chore: bump versions
This commit is contained in:
parent
79ec0721bf
commit
4ef0d0230f
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -22,14 +22,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "relax"
|
||||
version = "0.1.0-alpha.5"
|
||||
version = "0.1.0-alpha.7"
|
||||
dependencies = [
|
||||
"relax-macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "relax-macros"
|
||||
version = "0.1.0-alpha.5"
|
||||
version = "0.1.0-alpha.6"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "relax-macros"
|
||||
version = "0.1.0-alpha.5"
|
||||
version = "0.1.0-alpha.6"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "relax"
|
||||
version = "0.1.0-alpha.6"
|
||||
version = "0.1.0-alpha.7"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Traits for TypeScript-like partial (“relaxed”) types"
|
||||
|
||||
|
|
Loading…
Reference in a new issue