about summary refs log tree commit diff
path: root/library/stdarch/crates
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2025-07-23 12:22:33 +0300
committerklensy <klensy@users.noreply.github.com>2025-07-23 12:22:33 +0300
commitd8bf6c48a4143b82b35b37cbb2799fb2388a190e (patch)
tree1945ca3182363b1c2a051962b00629153b089f39 /library/stdarch/crates
parentcb27ff0715723d174e244b1465b7386c20910f5b (diff)
downloadrust-d8bf6c48a4143b82b35b37cbb2799fb2388a190e.tar.gz
rust-d8bf6c48a4143b82b35b37cbb2799fb2388a190e.zip
bump serde_with. Weird that it works without std feature, but
Diffstat (limited to 'library/stdarch/crates')
-rw-r--r--library/stdarch/crates/stdarch-gen-arm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/stdarch-gen-arm/Cargo.toml b/library/stdarch/crates/stdarch-gen-arm/Cargo.toml
index 312019f454c..de24335a52e 100644
--- a/library/stdarch/crates/stdarch-gen-arm/Cargo.toml
+++ b/library/stdarch/crates/stdarch-gen-arm/Cargo.toml
@@ -17,6 +17,6 @@ proc-macro2 = "1.0"
 quote = "1.0"
 regex = "1.5"
 serde = { version = "1.0", features = ["derive"] }
-serde_with = "1.14"
+serde_with = { version = "3.2.0", default-features = false, features = ["macros"] }
 serde_yaml = "0.8"
 walkdir = "2.3.2"