Skip to content

Commit

Permalink
Drop the union feature from smallvec for 1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Mar 5, 2021
1 parent 8a63948 commit b5026d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/Cargo.toml
Expand Up @@ -75,7 +75,7 @@ openssl = { version = "0.10", features = ["v102", "v110"], optional = true }
rand = "0.8"
ring = { version = "0.16", optional = true, features = ["std"] }
serde = { version = "1.0", features = ["derive"], optional = true }
smallvec = { version = "1.6", features = ["union"] }
smallvec = "1.6"
socket2 = { version = "0.3.16", optional = true }
thiserror = "1.0.20"
tinyvec = { version = "1.1.1", features = ["alloc"] }
Expand Down

0 comments on commit b5026d1

Please sign in to comment.