Skip to content

Commit

Permalink
Update to toml_edit 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Nov 7, 2023
1 parent cc100ed commit 7489044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description = """
Replacement for crate (macro_rules keyword) in proc-macros
"""
readme = "./README.md"
rust-version = "1.66.0"
rust-version = "1.67.0"

[dependencies]
toml_edit = "0.20.2"
toml_edit = { version = "0.21", default-features = false, features = ["parse"] }

[dev-dependencies]
quote = "1.0.33"
Expand Down

0 comments on commit 7489044

Please sign in to comment.