Closed aphelionz closed 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.
features = ["v4"]
crates/ilp-node/Cargo.toml
Uuid::new_v4
This PR adds
features = ["v4"]
tocrates/ilp-node/Cargo.toml
to prevent a confusing error that might occur when trying to use i.e.Uuid::new_v4
downstream.