Skip to content

Commit

Permalink
Release gotham_derive 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 20, 2023
1 parent beea4e6 commit 8af0685
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions gotham_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "gotham_derive"
version = "0.7.0"
version = "0.7.1"
authors = ["Bradley Beddoes <bradleybeddoes@gmail.com>",
"Colin Bankier",
"Dominic Meiser <git@msrd0.de>",
"Isaac Whitfield <iw@whitfin.io>",
"Judson Lester <nyarly@gmail.com>",
"Shaun Mangelsdorf <s.mangelsdorf@gmail.com>"]
"Colin Bankier",
"Dominic Meiser <git@msrd0.de>",
"Isaac Whitfield <iw@whitfin.io>",
"Judson Lester <nyarly@gmail.com>",
"Shaun Mangelsdorf <s.mangelsdorf@gmail.com>"]
description = "Private implementation detail of the gotham framework"
license = "MIT/Apache-2.0"
repository = "https://github.com/gotham-rs/gotham"
Expand Down

0 comments on commit 8af0685

Please sign in to comment.