chore: Rename internal uuid crate (#319)

Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
Lucio Franco
2020-04-01 12:35:11 -04:00
committed by GitHub
parent 202093c317
commit e5b1f8a172
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "uuid"
name = "uuid1"
version = "0.1.0"
authors = ["Danny Hua <danny@42layers.io>"]
edition = "2018"