chore: bump versions

This commit is contained in:
naskya 2024-07-16 22:39:03 +09:00
parent 79ec0721bf
commit 4ef0d0230f
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -22,14 +22,14 @@ dependencies = [
[[package]] [[package]]
name = "relax" name = "relax"
version = "0.1.0-alpha.5" version = "0.1.0-alpha.7"
dependencies = [ dependencies = [
"relax-macros", "relax-macros",
] ]
[[package]] [[package]]
name = "relax-macros" name = "relax-macros"
version = "0.1.0-alpha.5" version = "0.1.0-alpha.6"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "relax-macros" name = "relax-macros"
version = "0.1.0-alpha.5" version = "0.1.0-alpha.6"
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)"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "relax" name = "relax"
version = "0.1.0-alpha.6" version = "0.1.0-alpha.7"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Traits for TypeScript-like partial (“relaxed”) types" description = "Traits for TypeScript-like partial (“relaxed”) types"