Skip to content

Commit

Permalink
Downgrade serde-yaml 0.9 to 0.8
Browse files Browse the repository at this point in the history
We are running into this issue:
dtolnay/serde-yaml#378
  • Loading branch information
danieldk committed Oct 15, 2023
1 parent 74e73eb commit 5dcd024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxdot-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4"
ndarray = "0.15"
ordered-float = { version = "4", features = ["serde"] }
rayon = "1"
serde_yaml = "0.9"
serde_yaml = "0.8"
stdinout = "0.4"
syntaxdot = { path = "../syntaxdot", version = "0.5.0", default-features = false }
syntaxdot-encoders = { path = "../syntaxdot-encoders", version = "0.5.0" }
Expand Down

0 comments on commit 5dcd024

Please sign in to comment.