programatik29 / axum-server

High level server designed to be used with axum framework.
MIT License
174 stars 60 forks source link

Fix compilation on rust 1.51 #20

Closed davidpdrsn closed 2 years ago

davidpdrsn commented 2 years ago

:)

❯ cargo +1.51 check --all-features --tests
    Finished dev [unoptimized + debuginfo] target(s) in 0.06s

Encountered the exact some issue in tonic a while ago.