chore: bump relax version

This commit is contained in:
naskya 2024-07-16 02:18:18 +09:00
parent a57461bb17
commit da3a53c92f
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]] [[package]]
name = "relax" name = "relax"
version = "0.1.0-alpha.2" version = "0.1.0-alpha.3"
dependencies = [ dependencies = [
"relax-macros", "relax-macros",
] ]

View file

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