chore: drop depedency on anyhow
modified Cargo.lock
@@ -2096,7 +2096,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -11,7 +11,6 @@ repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq25
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/adapter.rs
@@ -476,13 +476,13 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/synthetic-events.rs
@@ -27,7 +27,7 @@ fn log(file: &mut File, msg: String) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -46,8 +46,6 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -64,7 +62,7 @@ struct Args {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,8 +95,8 @@ fn client(args: &Args) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -163,7 +161,7 @@ fn daemon(args: &Args) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -220,7 +220,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -274,7 +274,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|