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
Cargo.toml requires num = "^0.1", which pulls an old num_bigint with a dependency on rustc_serialize, which is deprecated. Suggest change of dependency to num = "^0.4"
The text was updated successfully, but these errors were encountered:
Cargo.toml requires
num = "^0.1"
, which pulls an old num_bigint with a dependency on rustc_serialize, which is deprecated. Suggest change of dependency tonum = "^0.4"
The text was updated successfully, but these errors were encountered: