chore: bump relax-macros version
This commit is contained in:
parent
bc82dc6b41
commit
a57461bb17
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -29,7 +29,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relax-macros"
|
name = "relax-macros"
|
||||||
version = "0.1.0-alpha.2"
|
version = "0.1.0-alpha.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "relax-macros"
|
name = "relax-macros"
|
||||||
version = "0.1.0-alpha.2"
|
version = "0.1.0-alpha.3"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
|
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue