radicle/node/config: Use `IndexSet`
modified Cargo.lock
@@ -3217,6 +3217,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -34,6 +34,7 @@ gix-hash = { version = "0.22.1", default-features = false, features = ["sha1"] }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/Cargo.toml
@@ -23,6 +23,7 @@ crossbeam-channel = { workspace = true }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/src/tests.rs
@@ -233,11 +233,11 @@ fn test_inbound_connection() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1186,7 +1186,7 @@ fn test_inventory_relay() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1196,7 +1196,7 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1246,7 +1246,7 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1255,7 +1255,7 @@ fn test_persistent_peer_reconnect_success() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -42,7 +42,7 @@ dunce = { workspace = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -1,9 +1,9 @@
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -547,7 +547,11 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -617,7 +621,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|