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" }
|
tonic = { path= "../../../tonic" }
|
||||||
prost = "0.6"
|
prost = "0.6"
|
||||||
prost-types = "0.6"
|
prost-types = "0.6"
|
||||||
uuid = { path= "../uuid" }
|
uuid = { package = "uuid1", path= "../uuid" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build = { path= "../../../tonic-build" }
|
tonic-build = { path= "../../../tonic-build" }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "uuid"
|
name = "uuid1"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Danny Hua <[email protected]>"]
|
authors = ["Danny Hua <[email protected]>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user