Skip to content

Commit 8af0685

Browse files
committed
Release gotham_derive 0.7.1
1 parent beea4e6 commit 8af0685

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gotham/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ testing = ["hyper/client"]
2727

2828
[dependencies]
2929
borrow-bag = { path = "../misc/borrow_bag", version = "1.1" }
30-
gotham_derive = { path = "../gotham_derive", version = "0.7", optional = true }
30+
gotham_derive = { path = "../gotham_derive", version = "0.7.1", optional = true }
3131

3232
anyhow = "1.0"
3333
base64 = "0.21"

gotham_derive/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "gotham_derive"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Bradley Beddoes <[email protected]>",
5-
"Colin Bankier",
6-
"Dominic Meiser <[email protected]>",
7-
"Isaac Whitfield <[email protected]>",
8-
"Judson Lester <[email protected]>",
9-
"Shaun Mangelsdorf <[email protected]>"]
5+
"Colin Bankier",
6+
"Dominic Meiser <[email protected]>",
7+
"Isaac Whitfield <[email protected]>",
8+
"Judson Lester <[email protected]>",
9+
"Shaun Mangelsdorf <[email protected]>"]
1010
description = "Private implementation detail of the gotham framework"
1111
license = "MIT/Apache-2.0"
1212
repository = "https://github.com/gotham-rs/gotham"

0 commit comments

Comments
 (0)