Skip to content

Commit 71c28e2

Browse files
committed
Release 3.0.0
Bumps the minimum Rust version and removes the pin of `toml_edit`.
1 parent 555274d commit 71c28e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro-crate"
3-
version = "2.0.1"
3+
version = "3.0.0"
44
authors = ["Bastian Köcher <[email protected]>"]
55
edition = "2021"
66
categories = ["development-tools::procedural-macro-helpers"]
@@ -12,11 +12,10 @@ description = """
1212
Replacement for crate (macro_rules keyword) in proc-macros
1313
"""
1414
readme = "./README.md"
15-
rust-version = "1.66.0"
15+
rust-version = "1.67.0"
1616

1717
[dependencies]
18-
toml_edit = "=0.20.2"
19-
toml_datetime = "=0.6.3"
18+
toml_edit = "0.21.0"
2019

2120
[dev-dependencies]
2221
quote = "1.0.33"

0 commit comments

Comments
 (0)