Skip to content

Commit 153c014

Browse files
committed
loosen dependency versions to enhance better overall compatibility
1 parent e1514aa commit 153c014

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

approx/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ordered_float = ["dep:ordered-float"]
3636
num_complex = ["dep:num-complex"]
3737

3838
[dependencies]
39-
num-traits = { version = "0.2.19", default-features = false }
40-
num-complex = { version = "0.4.6", optional = true }
41-
ordered-float = { version = "5.0", optional = true }
39+
num-traits = { version = "0.2", default-features = false }
40+
num-complex = { version = "0.4", optional = true }
41+
ordered-float = { version = "5", optional = true }
4242
approx-derive = { path = "../approx-derive/", version = "0.6.0-rc1", optional = true }
43-
paste = { version = "1.0.15", optional = true }
43+
paste = { version = "1", optional = true }
4444
indexmap = { version = ">=2.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)