Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 6, 2023
1 parent 57618a7 commit df1a38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.0"
version = "2.0.1"
authors = ["Bastian Köcher <[email protected]>"]
edition = "2021"
categories = ["development-tools::procedural-macro-helpers"]
Expand All @@ -15,7 +15,7 @@ readme = "./README.md"
rust-version = "1.66.0"

[dependencies]
toml_edit = "0.20.2"
toml_edit = "=0.20.2"

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

0 comments on commit df1a38d

Please sign in to comment.