diff --git a/Cargo.toml b/Cargo.toml index 77d1b9c2..7391feed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" } [dependencies] nalgebra = "=0.32" log = "0.4" -hifitime = { version = "3.8.5", features = [ "std" ] } +hifitime = { version = "3.8.5", features = ["std"] } flate2 = { version = "1.0", features = [ "rust_backend", ], default-features = false }