From 8af0685ae2147882712c41d61f3a24d155e72809 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 20 Mar 2023 15:05:57 +0100 Subject: [PATCH] Release gotham_derive 0.7.1 --- gotham/Cargo.toml | 2 +- gotham_derive/Cargo.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gotham/Cargo.toml b/gotham/Cargo.toml index 744244ed..eb97aa17 100644 --- a/gotham/Cargo.toml +++ b/gotham/Cargo.toml @@ -27,7 +27,7 @@ testing = ["hyper/client"] [dependencies] borrow-bag = { path = "../misc/borrow_bag", version = "1.1" } -gotham_derive = { path = "../gotham_derive", version = "0.7", optional = true } +gotham_derive = { path = "../gotham_derive", version = "0.7.1", optional = true } anyhow = "1.0" base64 = "0.21" diff --git a/gotham_derive/Cargo.toml b/gotham_derive/Cargo.toml index 5c2a4edd..04255c38 100644 --- a/gotham_derive/Cargo.toml +++ b/gotham_derive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "gotham_derive" -version = "0.7.0" +version = "0.7.1" authors = ["Bradley Beddoes ", - "Colin Bankier", - "Dominic Meiser ", - "Isaac Whitfield ", - "Judson Lester ", - "Shaun Mangelsdorf "] + "Colin Bankier", + "Dominic Meiser ", + "Isaac Whitfield ", + "Judson Lester ", + "Shaun Mangelsdorf "] description = "Private implementation detail of the gotham framework" license = "MIT/Apache-2.0" repository = "https://github.com/gotham-rs/gotham"