Browse Source

adds uuid nightly, const_fn features

master
Jonathan Strong 6 years ago
parent
commit
1903aad06a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

@@ -22,7 +22,7 @@ slog = "2.0.6"
slog-term = "2"
ordermap = "0.3"
fnv = "1"
uuid = { version = "0.6", features = ["serde", "v4"] }
uuid = { version = "0.6", features = ["serde", "v4", "nightly", "const_fn"] }
hdrhistogram = "6"
slog-async = "2"
smallvec = "0.6"


Loading…
Cancel
Save