We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e0f04 commit b01c7e5Copy full SHA for b01c7e5
Cargo.toml
@@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" }
35
[dependencies]
36
nalgebra = "=0.32"
37
log = "0.4"
38
-hifitime = "3.8.5"
+hifitime = { version = "3.8.5", features = [ "std" ] }
39
flate2 = { version = "1.0", features = [
40
"rust_backend",
41
], default-features = false }
@@ -74,7 +74,7 @@ either = { version = "1.8.1", features = ["serde"] }
74
num = "0.4.0"
75
enum-iterator = "1.4.0"
76
getrandom = { version = "0.2", features = ["js"] }
77
-typed-builder = "0.17.0"
+typed-builder = "0.18.0"
78
pythonize = { version = "0.20", optional = true }
79
80
[dev-dependencies]
0 commit comments