Skip to content

Commit daa9fba

Browse files
committed
update workflows
1 parent e6e7b01 commit daa9fba

File tree

2 files changed

+28
-53
lines changed

2 files changed

+28
-53
lines changed

Cargo.lock

Lines changed: 26 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default-members = ["compute"]
99

1010
[workspace.package]
1111
edition = "2021"
12-
version = "0.2.28"
12+
version = "0.2.29"
1313
license = "Apache-2.0"
1414
readme = "README.md"
1515

@@ -24,7 +24,7 @@ debug = true
2424
[workspace.dependencies]
2525
# async stuff
2626
tokio-util = { version = "0.7.10", features = [
27-
"rt",
27+
"rt",
2828
] } # tokio-util provides CancellationToken
2929
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
3030
async-trait = "0.1.81"

0 commit comments

Comments
 (0)