chore: bump relax version

This commit is contained in:
naskya 2024-07-16 02:26:57 +09:00
parent 4dc1117016
commit 4f6ca9d3eb
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.3"
version = "0.1.0-alpha.4"
dependencies = [
"relax-macros",
]

View file

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