Skip to content

Commit b01c7e5

Browse files
Update Cargo.toml for conflicts
1 parent 55e0f04 commit b01c7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" }
3535
[dependencies]
3636
nalgebra = "=0.32"
3737
log = "0.4"
38-
hifitime = "3.8.5"
38+
hifitime = { version = "3.8.5", features = [ "std" ] }
3939
flate2 = { version = "1.0", features = [
4040
"rust_backend",
4141
], default-features = false }
@@ -74,7 +74,7 @@ either = { version = "1.8.1", features = ["serde"] }
7474
num = "0.4.0"
7575
enum-iterator = "1.4.0"
7676
getrandom = { version = "0.2", features = ["js"] }
77-
typed-builder = "0.17.0"
77+
typed-builder = "0.18.0"
7878
pythonize = { version = "0.20", optional = true }
7979

8080
[dev-dependencies]

0 commit comments

Comments
 (0)