interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

fix(ilp-node): explicit use of uuid v4 feature #728

Closed aphelionz closed 3 years ago

aphelionz commented 3 years ago

This PR adds features = ["v4"] to crates/ilp-node/Cargo.toml to prevent a confusing error that might occur when trying to use i.e. Uuid::new_v4 downstream.