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
Maybe I am getting crazy or doing something wrong. One of my projects shows that log 0.4.13 is requiring cfg-if 0.1 when issuing cargo tree -d but the Cargo.toml file of this project needs cfg-if 1.0 since #417.
Maybe I am getting crazy or doing something wrong. One of my projects shows that
log 0.4.13
is requiringcfg-if 0.1
when issuingcargo tree -d
but theCargo.toml
file of this project needscfg-if 1.0
since #417.Also, if you go to https://crates.io/api/v1/crates/log/0.4.13/download and see the contents of
Cargo.toml
, this is what will appear:The text was updated successfully, but these errors were encountered: