Skip to content

Commit

Permalink
Merge pull request #32 from MarijnS95/toml_edit-0.19
Browse files Browse the repository at this point in the history
Bump `toml_edit` to `0.19`
  • Loading branch information
bkchr authored Feb 22, 2023
2 parents 0ec934a + a0b717a commit 5df7139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.56.0
- uses: dtolnay/rust-toolchain@1.60.0
- run: cargo test --all

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.56.0"
rust-version = "1.60.0"

[dependencies]
toml_edit = "0.18"
toml_edit = "0.19"
once_cell = "1.13.0"

[dev-dependencies]
Expand Down

0 comments on commit 5df7139

Please sign in to comment.