Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
[email protected]

Generated by cargo-workspaces
  • Loading branch information
jprochazk committed Mar 27, 2023
1 parent c836135 commit 934daf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0"
version = "0.6.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ pattern = ["dep:regex", "dep:once_cell", "garde_derive?/regex"]
nightly-error-messages = []

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

serde = { version = "1", features = ["derive"], optional = true }
url = { version = "2", optional = true }
Expand Down

0 comments on commit 934daf5

Please sign in to comment.