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 tried to add this as a dependency to my project, using
$ cargo add adsb_deku
, which yields the following result:
Updating crates.io index
Adding adsb_deku v0.6.1 to dependencies.
Features:
+ alloc
+ std
error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package `bitvec v0.22.1`
... which satisfies dependency `bitvec = "^0.22.1"` of package `deku v0.13.1`
... which satisfies dependency `deku = "^0.13"` of package `adsb_deku v0.6.1`
... which satisfies dependency `adsb_deku = "^0.6.1"` of package `adsb-server v0.1.0
Indeed, version 1.2.0 was yanked.
The text was updated successfully, but these errors were encountered:
I tried to add this as a dependency to my project, using
, which yields the following result:
Indeed, version 1.2.0 was yanked.
The text was updated successfully, but these errors were encountered: