Skip to content

Commit

Permalink
Version 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Apr 12, 2022
1 parent b48760f commit e4a00b8
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.0-rc2" # Keep in sync
version = "0.1.0" # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2021"

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

[dependencies.macro_rules_attribute-proc_macro]
version = "0.1.0-rc2" # Keep in sync
version = "0.1.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.0-rc2" # Keep in sync
version = "0.1.0" # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit e4a00b8

Please sign in to comment.