We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116616f commit b6ad046Copy full SHA for b6ad046
Cargo.toml
@@ -10,10 +10,7 @@ description = "Const Linear Algebra"
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
[dependencies]
13
-const_soft_float = "0.1.1"
14
-
15
-[patch.crates-io]
16
-const_soft_float = {git = "http://www.github.com/knickish/const_soft_float.git", rev = "17cf66a"}
+const_soft_float = "0.1.2"
17
18
[dev-dependencies]
19
pretty_assertions = "1"
0 commit comments