Skip to content

Commit

Permalink
Merge pull request #47 from bkchr/bkchrr-release-3.0.0
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
bkchr authored Jan 4, 2024
2 parents 555274d + e1a5af3 commit c9671b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all
msrv:
name: "Check MSRV: 1.66.0"
name: "Check MSRV: 1.67.0"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.66.0 # MSRV
toolchain: 1.67.0 # MSRV
- uses: Swatinem/rust-cache@v2
- name: Default features
run: cargo test --all
Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-macro-crate"
version = "2.0.1"
version = "3.0.0"
authors = ["Bastian Köcher <[email protected]>"]
edition = "2021"
categories = ["development-tools::procedural-macro-helpers"]
Expand All @@ -12,11 +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_datetime = "=0.6.3"
toml_edit = "0.21.0"

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

0 comments on commit c9671b5

Please sign in to comment.