modified Cargo.lock
@@ -3748,7 +3748,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3778,7 +3778,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3796,7 +3796,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3814,7 +3814,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3836,7 +3836,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6063,7 +6063,7 @@ version = "0.1.9"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/cobs.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -58,7 +59,7 @@ pub trait Cobs: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/issue.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -16,7 +17,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +43,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +59,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,7 +104,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +133,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -21,7 +22,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +55,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +70,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,7 +91,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +117,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -1,7 +1,7 @@
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -40,7 +40,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,7 +87,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -100,14 +100,14 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -124,8 +124,8 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -2,6 +2,7 @@ use base64::{engine::general_purpose::STANDARD, Engine as _};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,7 +47,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,7 +90,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|