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 412510c commit 6be6c54Copy full SHA for 6be6c54
Cargo.toml
@@ -50,7 +50,7 @@ afserde = ["serde"]
50
51
[dependencies]
52
libc = "0.2"
53
-num = "0.2"
+num = "0.4.0"
54
lazy_static = "1.0"
55
half = "1.5.0"
56
serde = { version = "1.0", features = ["derive"], optional = true }
@@ -64,7 +64,7 @@ bincode = "1.3"
64
serde_json = "1.0"
65
serde_derive = "1.0"
66
serde = "1.0"
67
-rustc_version = "0.2"
+rustc_version = "0.3.3"
68
69
[[example]]
70
name = "helloworld"
0 commit comments