Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jun 16, 2024
1 parent 0c62b91 commit d3ed697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.19.0"
version = "0.19.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ pattern = ["regex"] # for backward compatibility with <0.14.0
js-sys = ["dep:js-sys"]

[dependencies]
garde_derive = { version = "0.19.0", path = "../garde_derive", optional = true, default-features = false }
garde_derive = { version = "0.19.1", 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.19.0"
version = "0.19.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 3 additions & 3 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.19.0"
version = "0.19.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand All @@ -25,13 +25,13 @@ axum = { version = "0.7", default-features = false }
axum-extra = { version = "0.9", default-features = false, optional = true }
axum-yaml = { version = "0.4", default-features = false, optional = true }
axum-msgpack = { version = "0.4", default-features = false, optional = true }
garde = { version = "0.19.0", path = "../../garde", default-features = false }
garde = { version = "0.19.1", path = "../../garde", default-features = false }
thiserror = { version = "1.0", default-features = false }

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
garde = { version = "0.19.0", path = "../../garde", features = [
garde = { version = "0.19.1", path = "../../garde", features = [
"full",
"derive",
] }
Expand Down

0 comments on commit d3ed697

Please sign in to comment.