Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 3, 2024
1 parent e5cef72 commit aeadcfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "macro_state"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A set of macros allowing storing and loading global state at compile-time within proc macros."
Expand All @@ -12,5 +12,5 @@ readme = "README.md"
path = "src/macro_state.rs"

[dependencies]
macro_state_macros = { path = "./macros", version = "0.2.0" }
macro_state_macros = { path = "./macros", version = "0.2.1" }
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macro_state_macros"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/sam0x17/macro_state"
description = "Support crate for macro_state containing proc macros"
Expand Down

0 comments on commit aeadcfd

Please sign in to comment.