File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ ordered_float = ["dep:ordered-float"]
3636num_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 }
4242approx-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 }
4444indexmap = { version = " >=2.0" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments