radicle: Keep pinned repos ordered in config
1 failed
1 pending
(2 total)
View logs
modified Cargo.lock
@@ -1615,6 +1615,7 @@ checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2355,6 +2356,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-config.md
@@ -136,7 +136,7 @@ Values for changes are being validated.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -24,6 +24,7 @@ crossbeam-channel = { workspace = true }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/src/web.rs
@@ -1,6 +1,7 @@
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -34,5 +35,9 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|