Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 11, 2024
1 parent e6e7b01 commit daa9fba
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 53 deletions.
77 changes: 26 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = ["compute"]

[workspace.package]
edition = "2021"
version = "0.2.28"
version = "0.2.29"
license = "Apache-2.0"
readme = "README.md"

Expand All @@ -24,7 +24,7 @@ debug = true
[workspace.dependencies]
# async stuff
tokio-util = { version = "0.7.10", features = [
"rt",
"rt",
] } # tokio-util provides CancellationToken
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
async-trait = "0.1.81"
Expand Down

0 comments on commit daa9fba

Please sign in to comment.