Skip to content

Commit

Permalink
Update serde_yml to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Aug 8, 2024
1 parent ffa561d commit 2ce15d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
# When update version check `impl Hash for Scalar`, it should be the same as
# `impl Hash for serde_yml::Value` for consistency
serde_yml = "0.0.10"
serde_yml = "0.0.11"

[dev-dependencies]
pretty_assertions = "1.0"
Expand Down

0 comments on commit 2ce15d4

Please sign in to comment.