Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
axum_garde@0.17.0
garde@0.17.0
garde_derive@0.17.0

Generated by cargo-workspaces
  • Loading branch information
jprochazk committed Jan 4, 2024
1 parent 964e538 commit 59e2148
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions garde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garde"
version = "0.16.3"
version = "0.17.0"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -33,7 +33,7 @@ pattern = ["regex"] # for backward compatibility with <0.14.0
js-sys = ["dep:js-sys"]

[dependencies]
garde_derive = { version = "0.16.0", path = "../garde_derive", optional = true, default-features = false }
garde_derive = { version = "0.17.0", path = "../garde_derive", optional = true, default-features = false }

smallvec = { version = "1.11.0", default-features = false }
compact_str = { version = "0.7.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion garde_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garde_derive"
version = "0.16.3"
version = "0.17.0"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions integrations/axum_garde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum_garde"
version = "0.16.3"
version = "0.17.0"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -31,7 +31,7 @@ thiserror = { version = "1.0", default-features = false }
[dev-dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
garde = { version = "0.16", path = "../../garde", features = ["default", "derive"] }
garde = { version = "0.17.0", path = "../../garde", features = ["default", "derive"] }
axum = { version = "0.7", features = ["default", "macros"] }
axum-test = { version = "14.1" }
tokio = { version = "1.28", features = ["full"] }
Expand Down

0 comments on commit 59e2148

Please sign in to comment.