Skip to content

Commit

Permalink
Merge pull request #59 from Protryon/tune-tokio-features
Browse files Browse the repository at this point in the history
Tune tokio features
  • Loading branch information
Protryon authored May 8, 2024
2 parents 68a352c + 807fb56 commit 14780c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 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 klickhouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "pool"
required-features = ["bb8"]

[dependencies]
tokio = { version = "1.37", features = ["io-util", "net", "sync", "rt", "macros"] }
tokio = { version = "1.37", features = ["io-util", "net", "rt", "macros"] }
async-trait = "0.1"
thiserror = "1.0"
log = "0.4"
Expand Down Expand Up @@ -51,7 +51,7 @@ paste = "1.0"
geo-types = { version = "0.7", optional = true}

[dev-dependencies]
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.37", features = ["rt-multi-thread"] }
env_logger = "0.11"

[features]
Expand Down

0 comments on commit 14780c2

Please sign in to comment.