Skip to content

Commit 21fb434

Browse files
Update gotham_derive requirement from 0.6.0 to 0.7.0
Updates the requirements on [gotham_derive](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](gotham-rs/gotham@gotham-0.6.0...gotham-0.7.0) --- updated-dependencies: - dependency-name: gotham_derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f71b6f commit 21fb434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dom/examples/ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "proof of concept for server-side rendered HTML with moxie-dom"
99
[dependencies]
1010
augdom = { path = "../../augdom" }
1111
gotham = "0.6.0"
12-
gotham_derive = "0.6.0"
12+
gotham_derive = "0.7.0"
1313
hyper = "0.14"
1414
mox = { path = "../../../mox" }
1515
moxie = { path = "../../../" }

0 commit comments

Comments
 (0)