Skip to content

Commit 8e5558c

Browse files
authored
Bump darling from 0.20.3 to 0.21.0 (#867)
2 parents 16ea265 + cb8c138 commit 8e5558c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

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

serde_with_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ schemars_0_9 = []
3838
schemars_1 = []
3939

4040
[dependencies]
41-
darling = "0.20.0"
41+
darling = "0.21.0"
4242
proc-macro2 = "1.0.1"
4343
quote = "1.0.0"
4444

serde_with_macros/tests/compile-fail/serde_as.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ error: Unknown literal value `123`
9494
67 | #[serde_as(serialize_as = "123", deserialize_as = DisplayFromStr)]
9595
| ^^^^^
9696

97-
error: Unexpected literal type `path`
97+
error: Unexpected type `path`
9898
--> tests/compile-fail/serde_as.rs:67:55
9999
|
100100
67 | #[serde_as(serialize_as = "123", deserialize_as = DisplayFromStr)]

0 commit comments

Comments
 (0)