ngrok / ngrok-rust

Embed ngrok secure ingress into your Rust apps with a single line of code.
Apache License 2.0
310 stars 18 forks source link

Update needed due to breaking changes of axum version "0.7.4" release #136

Closed 0xSchellen closed 5 months ago

0xSchellen commented 7 months ago

Can you please update to allow the use of the new axum "0.7.4" release. There were breaking changes of the axum Server sintax.

error[E0433]: failed to resolve: could not find Server in axum --> src/main.rs:21:11 | 21 | axum::Server::builder(listener) | ^^^^^^ could not find Server in axum

Thank you

Abdiramen commented 7 months ago

Thanks for bringing this to our attention! I'll take a look into this.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity. This issue will be closed in 14 days if still labeled stale.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.