Skip to content

Commit

Permalink
Update Cargo.toml for conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Nov 21, 2023
1 parent 55e0f04 commit b01c7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" }
[dependencies]
nalgebra = "=0.32"
log = "0.4"
hifitime = "3.8.5"
hifitime = { version = "3.8.5", features = [ "std" ] }
flate2 = { version = "1.0", features = [
"rust_backend",
], default-features = false }
Expand Down Expand Up @@ -74,7 +74,7 @@ either = { version = "1.8.1", features = ["serde"] }
num = "0.4.0"
enum-iterator = "1.4.0"
getrandom = { version = "0.2", features = ["js"] }
typed-builder = "0.17.0"
typed-builder = "0.18.0"
pythonize = { version = "0.20", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b01c7e5

Please sign in to comment.