Skip to content

Commit

Permalink
derive_tools-v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 14, 2024
1 parent d3e810a commit 2c9315a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ default-features = false
## derive

[workspace.dependencies.derive_tools]
version = "~0.21.0"
version = "~0.22.0"
path = "module/core/derive_tools"
default-features = false
features = [ "enabled" ]
Expand Down Expand Up @@ -206,11 +206,11 @@ default-features = false

[workspace.dependencies.former_stable]
package = "former"
version = "=0.15.0"
version = "=2.0.0"
default-features = false

[workspace.dependencies.former_meta]
version = "~1.1.0"
version = "~2.0.0"
path = "module/core/former_meta"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_tools"
version = "0.21.0"
version = "0.22.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down

0 comments on commit 2c9315a

Please sign in to comment.