carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

Bump tower-web-macros version to 0.3.2 #148

Closed gtpho closed 5 years ago

gtpho commented 5 years ago

Correct me if I'm wrong but I think you forgot to update the version of tower-web-macros in the latest commit (b4210086ae3256eb33509b9e340a64dc78c0add7).

https://github.com/carllerche/tower-web/blob/b4210086ae3256eb33509b9e340a64dc78c0add7/Cargo.toml#L66 Should be: tower-web-macros = { version = "0.3.2", path = "tower-web-macros" }

carllerche commented 5 years ago

Hmm, yeah, looks like it!