Skip to content

Commit

Permalink
Merge pull request #3928 from niyaznigmatullin/factor_enable_union_fe…
Browse files Browse the repository at this point in the history
…ature_for_smallvec

factor: enable `union` feature for `smallvec`
  • Loading branch information
sylvestre authored Sep 21, 2022
2 parents 9ed546b + edca926 commit 7b4dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/factor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "3.2", features = ["wrap_help", "cargo"] }
coz = { version = "0.1.3", optional = true }
num-traits = "0.2.15" # Needs at least version 0.2.15 for "OverflowingAdd"
rand = { version = "0.8", features = ["small_rng"] }
smallvec = "1.9" # TODO(nicoo): Use `union` feature, requires Rust 1.49 or later.
smallvec = { version = "1.9", features = ["union"] }
uucore = { version=">=0.0.15", package="uucore", path="../../uucore" }

[dev-dependencies]
Expand Down

0 comments on commit 7b4dcc3

Please sign in to comment.