Skip to content

Commit

Permalink
Set version of smallvec to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 13, 2023
1 parent 31acf0d commit 87cbd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87cbd38

Please sign in to comment.