Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
Bumps the minimum Rust version and removes the pin of `toml_edit`.
  • Loading branch information
bkchr committed Jan 4, 2024
1 parent 555274d commit 71c28e2
Showing 1 changed file with 3 additions and 4 deletions.
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 71c28e2

Please sign in to comment.