Skip to content

Commit

Permalink
Updated uuid and removed its const_fn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Oct 24, 2019
1 parent ea44f29 commit d449799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/Cargo.toml
Expand Up @@ -44,4 +44,4 @@ objekt = "0.1"
qutex = { version = "0.2", features = ["async_await"] }
#ratelimit = "0.4.4"
tokio = "=0.2.0-alpha.6"
uuid = { version = "0.7", features = ["v4", "const_fn"] }
uuid = { version = "0.8", features = ["v4"] }

0 comments on commit d449799

Please sign in to comment.