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 3082294 commit 137d1c4Copy full SHA for 137d1c4
tasm-lib/Cargo.toml
@@ -28,10 +28,10 @@ anyhow = "1"
28
arbitrary = { version = "1", features = ["derive"] }
29
const_format = "0.2"
30
hex = "^0.4.3"
31
-itertools = "0"
+itertools = "0.14"
32
ndarray = { version = "0.16" }
33
-num = "0"
34
-num-traits = "0"
+num = "0.4"
+num-traits = "0.2"
35
rand = "0.9.0"
36
serde = { version = "1", features = ["derive"] }
37
serde_json = "1"
0 commit comments