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"