We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869fdc4 commit 10079c2Copy full SHA for 10079c2
Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
15
license = "MIT"
16
17
[dependencies]
18
-uuid = { version = "*", features = ["v4"] }
+uuid = { version = "1", features = ["v4"] }
19
futures = "0.3"
20
serde = { version = "1", optional = true }
21
0 commit comments