Remove migrate argument since not used anymore
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 = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/cobs.rs
@@ -1,4 +1,3 @@
| - | |
|
|
|
|
|
@@ -59,7 +58,7 @@ pub trait Cobs: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/issue.rs
@@ -1,4 +1,3 @@
| - | |
|
|
|
|
|
@@ -17,7 +16,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +42,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,7 +58,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -104,7 +103,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +132,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -1,4 +1,3 @@
| - | |
|
|
|
|
|
@@ -22,7 +21,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +54,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +69,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,7 +90,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +116,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -1,4 +1,3 @@
| - | |
|
|
|
|
|
@@ -104,9 +103,9 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -2,7 +2,6 @@ use base64::{engine::general_purpose::STANDARD, Engine as _};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -47,7 +46,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,7 +89,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|