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]]
|
||||
name = "relax-macros"
|
||||
version = "0.1.0-alpha.2"
|
||||
version = "0.1.0-alpha.3"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "relax-macros"
|
||||
version = "0.1.0-alpha.2"
|
||||
version = "0.1.0-alpha.3"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue