chore: bump relax version

This commit is contained in:
naskya 2024-07-16 02:15:05 +09:00
parent d985bf6d51
commit eb9c47c8c8
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -22,7 +22,7 @@ dependencies = [
[[package]]
name = "relax"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
dependencies = [
"relax-macros",
]

View file

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