chore: bump relax version
This commit is contained in:
parent
4dc1117016
commit
4f6ca9d3eb
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -22,7 +22,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relax"
|
name = "relax"
|
||||||
version = "0.1.0-alpha.3"
|
version = "0.1.0-alpha.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"relax-macros",
|
"relax-macros",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "relax"
|
name = "relax"
|
||||||
version = "0.1.0-alpha.3"
|
version = "0.1.0-alpha.4"
|
||||||
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue