Skip to content

Commit

Permalink
Be less strict with serde_yml version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Sep 30, 2024
1 parent 5ca4213 commit 0da2d56
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 @@ -19,7 +19,7 @@ log = "0.4.22"
regex = "1.11.0"
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_yml = "=0.0.12"
serde_yml = "0.0.12"
si-unit-prefix = "1.0.0"
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
Expand Down

0 comments on commit 0da2d56

Please sign in to comment.