radicle/storage: Fix temporary path generation
impl Display for RepoId will produce a rid: prefix, which
contains a colon, and this trips up various filesystems. Use
RepoId::canonicial instead.
impl Display for RepoId will produce a rid: prefix, which
contains a colon, and this trips up various filesystems. Use
RepoId::canonicial instead.
Rebase