Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: import RepoId from identity module
Lars Wirzenius committed 2 years ago
commit 0e80ed89e26ef47b0aa08a799f36f12648beea28
parent b483ab914de22741d250785f5401184e0021a1f2
1 file changed +1 -1
modified src/error.rs
@@ -6,7 +6,7 @@

use std::path::PathBuf;

-
use radicle::prelude::RepoId;
+
use radicle::identity::RepoId;

use crate::{
    adapter::AdapterError,