Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Aug 1, 2023
1 parent 2790b60 commit 8c7a9d0
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.13.0"
version = "0.14.0"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ regex = ["dep:regex", "dep:once_cell", "garde_derive?/regex"]
pattern = ["regex"] # for backward compatibility with <0.14.0

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

serde = { version = "1", features = ["derive"], optional = true }
url = { version = "2", optional = true }
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.13.0"
version = "0.14.0"
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.13.0"
version = "0.14.0"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand All @@ -25,13 +25,13 @@ axum = { version = "0.6.17", default-features = false }
axum-extra = { version = "0.7.4", default-features = false, optional = true }
axum-yaml = { version = "0.3.0", default-features = false, optional = true }
axum-msgpack = { version = "0.3.0", default-features = false, optional = true }
garde = { version = "0.13.0", path = "../../garde", default-features = false }
garde = { version = "0.14.0", path = "../../garde", default-features = false }
thiserror = { version = "1.0.40", default-features = false }

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1.0.96" }
garde = { version = "0.13.0", path = "../../garde", features = ["default", "derive"] }
garde = { version = "0.14.0", path = "../../garde", features = ["default", "derive"] }
axum = { version = "0.6.17", features = ["default", "macros"] }
axum-test = { version = "10.1.0" }
tokio = { version = "1.28.0", features = ["full"] }
Expand Down

0 comments on commit 8c7a9d0

Please sign in to comment.