chore: Rename internal uuid crate (#319)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -12,7 +12,7 @@ license = "MIT"
|
||||
tonic = { path= "../../../tonic" }
|
||||
prost = "0.6"
|
||||
prost-types = "0.6"
|
||||
uuid = { path= "../uuid" }
|
||||
uuid = { package = "uuid1", path= "../uuid" }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { path= "../../../tonic-build" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "uuid"
|
||||
name = "uuid1"
|
||||
version = "0.1.0"
|
||||
authors = ["Danny Hua <[email protected]>"]
|
||||
edition = "2018"
|
||||
|
||||
Reference in New Issue
Block a user