Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
jprochazk committed Oct 26, 2023
1 parent e6fd3f9 commit 364bab1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion garde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garde"
version = "0.16.0"
version = "0.16.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down
5 changes: 4 additions & 1 deletion garde/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ pub enum Kind {
Index,
}

#[doc(hidden)]
/// Represents a path component without a key. This is useful when the container
/// only ever holds a single key, which is the case for any 1-tuple struct.
///
/// For an example usage, see the implementation of [Inner][`crate::rules::inner::Inner`] for `Option`.
#[derive(Default)]
pub struct NoKey(());

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.0"
version = "0.16.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.16.1"
edition = "2021"
repository = "https://github.com/jprochazk/garde"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 364bab1

Please sign in to comment.