Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Keep pinned repos ordered in config
✗ CI failure Tobias Hunger committed 10 months ago
commit ef1c658834f366dbdec3a865adc16dab677fa39e
parent 78ba263d0a946c4b90235d562b56ceb7badfc965
1 failed (1 total) View logs
1 file changed +1 -1
modified crates/radicle/src/web.rs
@@ -34,5 +34,5 @@ pub struct Config {
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
pub struct Pinned {
    /// Pinned repositories.
-
    pub repositories: HashSet<RepoId>,
+
    pub repositories: Vec<RepoId>,
}