chore: bump versions
This commit is contained in:
parent
dfbd2b3457
commit
200b2d6e30
3 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -22,14 +22,14 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relax"
|
name = "relax"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"relax-macros",
|
"relax-macros",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relax-macros"
|
name = "relax-macros"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "relax-macros"
|
name = "relax-macros"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
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)"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "relax"
|
name = "relax"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
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"
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["macros"]
|
default = ["derive"]
|
||||||
macros = ["dep:relax-macros"]
|
derive = ["dep:relax-macros"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["lib"]
|
crate-type = ["lib"]
|
||||||
|
|
Loading…
Reference in a new issue