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
The compiler throws a whole lot of error[E0277]: the trait bound Url: serde::Deserialize<'de> is not satisfied when trying to compile on Ubuntu 24.04. This seems to be a problem with the version of url requested by the project toml.
The compiler throws a whole lot of
error[E0277]: the trait boundUrl: serde::Deserialize<'de>is not satisfiedwhen trying to compile on Ubuntu 24.04. This seems to be a problem with the version ofurlrequested by the project toml.