Skip to content

Commit

Permalink
feat: upgrade tokio version to 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Jul 5, 2024
1 parent 1b286ce commit 9c68322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ pprof = { version = "0.13", features = ["flamegraph"] }
risingwave_common = { workspace = true }
risingwave_variables = { workspace = true }
rlimit = "0.10"
# Explicitly specify the tokio version used in RisingWave runtime
rw-tokio = { version= "=1.38.0", package = "tokio" }
thiserror-ext = { workspace = true }
time = { version = "0.3", features = ["formatting", "local-offset"] }
tokio = { version = "0.2", package = "madsim-tokio", features = [
Expand Down

0 comments on commit 9c68322

Please sign in to comment.