You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked for existing issues (including closed) about this
Bug Report
With the currently latest versions of axum and axum-core the dependency on sync_wrapper gets added for 1.0.1 and 0.1.2.
This comes from axum-core not having a more recent release. The last was in january and the dependency got updated with c6fd852 in march.
Version
axum v0.7.5
axum-core v0.4.3
Platform
Windows 11 64bit (not important)
Description
The text was updated successfully, but these errors were encountered:
In fact fixed in c6fd852 except it is not released yet.
Once axum-core releases a next version than v0.4.3 it will be automatically solved (and if you're urgent you can change/patch your dependency from git, e.g. I'm waiting release for axum because of inconsistent version of tokio-tungstenite).
Bug Report
With the currently latest versions of
axum
andaxum-core
the dependency onsync_wrapper
gets added for1.0.1
and0.1.2
.This comes from
axum-core
not having a more recent release. The last was in january and the dependency got updated with c6fd852 in march.Version
Platform
Windows 11 64bit (not important)
Description
The text was updated successfully, but these errors were encountered: