Set version of smallvec to 1.0

This commit is contained in:
Orhun Parmaksız 2023-10-13 15:37:25 +03:00 committed by David Hewitt
parent 779eb2412c
commit 826fa973b6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ num-bigint = { version = "0.4", optional = true }
num-complex = { version = ">= 0.2, < 0.5", optional = true } num-complex = { version = ">= 0.2, < 0.5", optional = true }
rust_decimal = { version = "1.0.0", default-features = false, optional = true } rust_decimal = { version = "1.0.0", default-features = false, optional = true }
serde = { version = "1.0", optional = true } serde = { version = "1.0", optional = true }
smallvec = { version = "1.11.1", optional = true } smallvec = { version = "1.0", optional = true }
[dev-dependencies] [dev-dependencies]
assert_approx_eq = "1.1.0" assert_approx_eq = "1.1.0"