From cedd6a151a0fb55687f9ab63bd31f30858759031 Mon Sep 17 00:00:00 2001 From: jprochazk <1665677+jprochazk@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:04:43 +0200 Subject: [PATCH] Release 0.16.2 axum_garde@0.16.2 garde@0.16.2 garde_derive@0.16.2 Generated by cargo-workspaces --- garde/Cargo.toml | 2 +- garde_derive/Cargo.toml | 2 +- integrations/axum_garde/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/garde/Cargo.toml b/garde/Cargo.toml index 40de208..c1228e0 100644 --- a/garde/Cargo.toml +++ b/garde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garde" -version = "0.16.1" +version = "0.16.2" edition = "2021" repository = "https://github.com/jprochazk/garde" license = "MIT OR Apache-2.0" diff --git a/garde_derive/Cargo.toml b/garde_derive/Cargo.toml index aa9cf2f..34c3fcd 100644 --- a/garde_derive/Cargo.toml +++ b/garde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garde_derive" -version = "0.16.1" +version = "0.16.2" edition = "2021" repository = "https://github.com/jprochazk/garde" license = "MIT OR Apache-2.0" diff --git a/integrations/axum_garde/Cargo.toml b/integrations/axum_garde/Cargo.toml index 6b51c8b..2dacc6d 100644 --- a/integrations/axum_garde/Cargo.toml +++ b/integrations/axum_garde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum_garde" -version = "0.16.1" +version = "0.16.2" edition = "2021" repository = "https://github.com/jprochazk/garde" license = "MIT OR Apache-2.0"