Skip to content

Commit 48d02ce

Browse files
committed
bump serde_with. Weird that it works without std feature, but
1 parent af58cbc commit 48d02ce

File tree

2 files changed

+23
-39
lines changed

2 files changed

+23
-39
lines changed

Cargo.lock

Lines changed: 22 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdarch-gen-arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ proc-macro2 = "1.0"
1717
quote = "1.0"
1818
regex = "1.5"
1919
serde = { version = "1.0", features = ["derive"] }
20-
serde_with = "1.14"
20+
serde_with = { version = "3.2.0", default-features = false, features = ["macros"] }
2121
serde_yaml = "0.8"
2222
walkdir = "2.3.2"

0 commit comments

Comments
 (0)