Skip to content

Commit

Permalink
Bump yaml-rust version
Browse files Browse the repository at this point in the history
Closes rust-sailfish#38

`yaml-rust` and its dep `linked-hash-map` (with your PR merged) has been updated. This solves the immediate issue in rust-sailfish#38 but I'm still commited to creating a PR migrating from YAML to TOML when I get more time for it, see [my comment](rust-sailfish#41 (comment)) for why and when that will be.
  • Loading branch information
Svenskunganka authored Jan 10, 2021
1 parent 7705d79 commit 93b1ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailfish-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config = ["yaml-rust"]
[dependencies]
memchr = "2.3.3"
quote = { version = "1.0.6", default-features = false }
yaml-rust = { version = "0.4.4", optional = true }
yaml-rust = { version = "0.4.5", optional = true }
home = "0.5.3"

[dependencies.syn]
Expand Down

0 comments on commit 93b1ea9

Please sign in to comment.