mempool / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
74 stars 35 forks source link

future incompatibility warning #15

Closed wiz closed 1 year ago

wiz commented 1 year ago
warning: `electrs` (lib) generated 3 warnings
    Finished release [optimized] target(s) in 0.12s
warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
junderw commented 1 year ago

Not urgent.

Basically just requires bumping some dep versions.