Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: re-export types for repository and commit IDs
Lars Wirzenius committed 2 years ago
commit 53281dee849dbc3ad610ac6a648a3cdb3746bfba
parent 46e3afad6b1f1041d1a86531fdd159315f60946e
1 file changed +2 -2
modified src/msg.rs
@@ -11,8 +11,8 @@ use std::{

use serde::{Deserialize, Serialize};

-
use radicle::prelude::Id;
-
use radicle_git_ext::Oid;
+
pub use radicle::identity::doc::Id;
+
pub use radicle_git_ext::Oid;

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