File tree 17 files changed +17
-17
lines changed
testing/matrix-sdk-integration-testing 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ name = "example-autojoin"
9
9
test = false
10
10
11
11
[dependencies ]
12
+ anyhow = { workspace = true }
12
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
13
- anyhow = " 1"
14
14
tracing-subscriber = { workspace = true }
15
15
# when copy-pasting this, please use a git dependency or make sure that you
16
16
# have copied the example as it was at the time of the release you use.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-backups"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
clap = { version = " 4.0.15" , features = [" derive" ] }
15
15
futures-util = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-command-bot"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
tracing-subscriber = { workspace = true }
15
15
# when copy-pasting this, please use a git dependency or make sure that you
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-cross-signing-bootstrap"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
tracing-subscriber = { workspace = true }
15
15
url = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-custom-events"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
serde = " 1.0"
14
14
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
15
15
tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-emoji-verification"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
clap = { version = " 4.0.15" , features = [" derive" ] }
15
15
futures-util = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-get-profiles"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
tracing-subscriber = { workspace = true }
15
15
url = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-getting-started"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
tracing-subscriber = { workspace = true }
15
15
# when copy-pasting this, please use a git dependency or make sure that you
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-image-bot"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
mime = " 0.3.16"
14
14
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
15
15
tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-login"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
tracing-subscriber = { workspace = true }
15
15
url = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-oidc-cli"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
axum = " 0.7.4"
14
14
dirs = " 5.0.1"
15
15
futures-util = { workspace = true , default-features = false }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-persist-session"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
dirs = " 5.0.1"
14
14
rand = { workspace = true }
15
15
serde = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-qr-login"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
clap = { version = " 4.0.15" , features = [" derive" ] }
15
15
qrcode = { git = " https://github.com/kennytm/qrcode-rust/" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-secret-storage"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
14
14
clap = { version = " 4.0.15" , features = [" derive" ] }
15
15
tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "example-timeline"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
clap = { version = " 4.0.16" , features = [" derive" ] }
14
14
futures-util = { workspace = true }
15
15
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "multiverse"
9
9
test = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1 "
12
+ anyhow = { workspace = true }
13
13
color-eyre = " 0.6.2"
14
14
crossterm = " 0.27.0"
15
15
futures-util = { workspace = true }
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ edition = "2021"
6
6
publish = false
7
7
8
8
[dev-dependencies ]
9
+ anyhow = { workspace = true }
9
10
assert_matches = { workspace = true }
10
11
assert_matches2 = { workspace = true }
11
- anyhow = { workspace = true }
12
12
assign = " 1"
13
13
eyeball = { workspace = true }
14
14
eyeball-im = { workspace = true }
You can’t perform that action at this time.
0 commit comments