Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed May 13, 2023
1 parent 6cd193f commit 8dd35cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macro_rules_attribute"
version = "0.1.4" # Keep in sync
version = "0.2.0" # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ readme = "README.md"
paste.version = "1.0.7"

[dependencies.macro_rules_attribute-proc_macro]
version = "0.1.4" # Keep in sync
version = "0.2.0" # Keep in sync
path = "src/proc_macro"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "mod.rs"

[package]
name = "macro_rules_attribute-proc_macro"
version = "0.1.4" # Keep in sync
version = "0.2.0" # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 8dd35cf

Please sign in to comment.