We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5090d72 commit 0f58c9cCopy full SHA for 0f58c9c
Cargo.toml
@@ -41,7 +41,7 @@ base64 = { version = "0.22.0" }
41
zeroize = { version = "1.7" } # Not used in serenity, but bumps the minimal version from secrecy
42
arrayvec = { version = "0.7.4", features = ["serde"] }
43
serde_cow = { version = "0.1.0" }
44
-small-fixed-array = { version = "0.4", features = ["serde"] }
+small-fixed-array = { version = "0.4, >=0.4.10", features = ["serde"] }
45
bool_to_bitflags = { version = "0.1.2" }
46
nonmax = { version = "0.5.5", features = ["serde"] }
47
strum = { version = "0.26", features = ["derive"] }
@@ -154,4 +154,3 @@ native_tls_backend = [
154
[package.metadata.docs.rs]
155
features = ["full"]
156
rustdoc-args = ["--cfg", "docsrs"]
157
-
0 commit comments