Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: use the canonical names for Id, Oid
Lars Wirzenius committed 2 years ago
commit f31ff2718fd5b4c500bd94580fcbd1fe00fb3e60
parent 0014c6a4ddb6a74a12cd1402aa8954dd430f5f1c
1 file changed +2 -2
modified src/msg.rs
@@ -11,8 +11,8 @@ use std::{

use serde::{Deserialize, Serialize};

-
pub use radicle::identity::doc::Id;
-
pub use radicle_git_ext::Oid;
+
pub use radicle::git::Oid;
+
pub use radicle::prelude::{Id, NodeId};

/// The type of a run identifier. For maximum generality, this is a
/// string rather than an integer.