You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-smol_str/smol_str-fix-metadata.diff

21 lines
403 B

--- smol_str-0.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ smol_str-0.3.2/Cargo.toml 2024-12-02T17:27:50.402886+00:00
@@ -50,11 +50,6 @@
version = "1.3"
optional = true
-[dependencies.borsh]
-version = "1.4.0"
-optional = true
-default-features = false
-
[dependencies.serde]
version = "1.0"
optional = true
@@ -74,5 +69,4 @@
default = ["std"]
std = [
"serde?/std",
- "borsh?/std",
]