Skip to content

Commit

Permalink
merde_yaml is v6
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 22, 2024
1 parent b23973e commit eeed4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ required-features = ["yaml"]
[dependencies]
merde_core = { version = "6.0.0", path = "../merde_core", optional = true }
merde_json = { version = "6.0.0", path = "../merde_json", optional = true }
merde_yaml = { version = "5.1.0", path = "../merde_yaml", optional = true }
merde_yaml = { version = "6.0.0", path = "../merde_yaml", optional = true }
merde_time = { version = "4.0.11", path = "../merde_time", optional = true, features = [
"merde",
"deserialize",
Expand Down
2 changes: 1 addition & 1 deletion merde_yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merde_yaml"
version = "5.1.0"
version = "6.0.0"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "YAML deserialization for merde"
Expand Down

0 comments on commit eeed4cf

Please sign in to comment.