Skip to content

Commit

Permalink
chore: Rename internal uuid crate (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucio Franco <[email protected]>
  • Loading branch information
LucioFranco authored Apr 1, 2020
1 parent 202093c commit e5b1f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/extern_path/my_application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion tests/extern_path/uuid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "uuid"
name = "uuid1"
version = "0.1.0"
authors = ["Danny Hua <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit e5b1f8a

Please sign in to comment.