Skip to content

Commit b6ad046

Browse files
committed
remove const_soft_float dep patch
1 parent 116616f commit b6ad046

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ description = "Const Linear Algebra"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[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"}
13+
const_soft_float = "0.1.2"
1714

1815
[dev-dependencies]
1916
pretty_assertions = "1"

0 commit comments

Comments
 (0)