Skip to content

Commit

Permalink
Bump versions to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jan 19, 2025
1 parent 395a85d commit bb2af87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ resolver = "2"

[workspace.package]
rust-version = "1.81"
version = "0.21.1"
version = "0.22.0"

[workspace.dependencies]
garde = { path = "garde", version = "=0.21.1", default-features = false }
garde_derive = { path = "garde_derive", version = "=0.21.1", default-features = false }
garde = { path = "garde", version = "=0.22.0", default-features = false }
garde_derive = { path = "garde_derive", version = "=0.22.0", default-features = false }

[profile.dev.package]
insta = { opt-level = 3 }
Expand Down

0 comments on commit bb2af87

Please sign in to comment.