chore: bump relax-macros version

This commit is contained in:
naskya 2024-07-16 02:25:56 +09:00
parent 234bb59d06
commit 4dc1117016
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "relax-macros"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
dependencies = [
"proc-macro2",
"quote",

View file

@ -1,6 +1,6 @@
[package]
name = "relax-macros"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
license = "MIT OR Apache-2.0"
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"