Update radicle crate
modified Cargo.lock
@@ -3937,9 +3937,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3953,13 +3953,13 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-tauri/Cargo.toml
@@ -20,7 +20,7 @@ base64 = { version = "0.22.1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/Cargo.toml
@@ -11,7 +11,7 @@ localtime = { version = "1.3.1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,4 +48,4 @@ ts-rs = { version = "10.1.0", features = [
|
|
|
|
|
|
| - | |
| + | |
modified crates/radicle-types/bindings/cob/patch/Action.ts
@@ -23,6 +23,7 @@ export type Action =
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,6 +52,12 @@ export type Action =
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/bindings/cob/patch/Review.ts
@@ -8,7 +8,7 @@ export type Review = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
deleted crates/radicle-types/bindings/cob/patch/ReviewEdit.ts
@@ -1,9 +0,0 @@
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified crates/radicle-types/src/domain/patch/models/patch.rs
@@ -115,23 +115,6 @@ impl From<patch::State> for State {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -252,9 +235,7 @@ pub struct Review {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -268,7 +249,7 @@ impl Review {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -370,6 +351,9 @@ pub enum Action {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -433,6 +417,14 @@ pub enum Action {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -657,16 +649,24 @@ impl FromRadicleAction<radicle::patch::Action> for Action {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -147,8 +147,27 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/test-http-api/Cargo.toml
@@ -10,7 +10,7 @@ anyhow = { version = "1.0.90" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|