lib: Move to cob cache
7 files changed
+48
-39
ee8a14de
→
6cbca940
modified Cargo.lock
@@ -1473,7 +1473,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1503,7 +1503,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1521,7 +1521,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1539,7 +1539,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1561,7 +1561,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1596,7 +1596,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -21,8 +21,8 @@ inquire = { version = "0.6.2", default-features = false, features = ["termion",
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/flux/select.rs
@@ -45,7 +45,7 @@ impl TryFrom<&Context> for IssuesState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/flux/select.rs
@@ -45,7 +45,7 @@ impl TryFrom<&Context> for PatchesState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/common/cob/issue.rs
@@ -1,8 +1,9 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -118,23 +119,27 @@ impl ToString for Filter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -142,7 +147,7 @@ pub fn create<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/common/cob/patch.rs
@@ -2,8 +2,9 @@ use std::fmt::Display;
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -110,18 +111,21 @@ impl ToString for Filter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
modified src/common/context.rs
@@ -71,13 +71,13 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,12 +121,12 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|