Set version of smallvec to 1.0
This commit is contained in:
parent
31acf0dc6f
commit
87cbd38229
|
@ -41,7 +41,7 @@ num-bigint = { version = "0.4", optional = true }
|
|||
num-complex = { version = ">= 0.2, < 0.5", optional = true }
|
||||
rust_decimal = { version = "1.0.0", default-features = false, optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
smallvec = { version = "1.11.1", optional = true }
|
||||
smallvec = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_approx_eq = "1.1.0"
|
||||
|
|
Loading…
Reference in a new issue