Skip to content

Commit

Permalink
Merge pull request #30 from bkchr/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
bkchr authored Jan 24, 2023
2 parents 27e449c + 21e0fa5 commit 0ec934a
Show file tree
Hide file tree
Showing 2 changed files with 4 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.42.0
- uses: dtolnay/rust-toolchain@1.56.0
- run: cargo test --all

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "proc-macro-crate"
version = "1.2.1"
version = "1.3.0"
authors = ["Bastian Köcher <git@kchr.de>"]
edition = "2018"
edition = "2021"
categories = ["development-tools::procedural-macro-helpers"]
documentation = "https://docs.rs/proc-macro-crate"
repository = "https://github.com/bkchr/proc-macro-crate"
Expand All @@ -12,6 +12,7 @@ description = """
Replacement for crate (macro_rules keyword) in proc-macros
"""
readme = "./README.md"
rust-version = "1.56.0"

[dependencies]
toml_edit = "0.18"
Expand Down

0 comments on commit 0ec934a

Please sign in to comment.