Skip to content

Commit

Permalink
bugfix: tokio requires that rt is always enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhogman committed Nov 15, 2023
1 parent 83939c2 commit 368979b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ shared-version = true
hnsw_rs = { git = "https://github.com/ruqqq/hnswlib-rs" }

[workspace.dependencies]
async-trait = "0.1.68"
serde = { version = "1.0.163", features = ["derive"] }
tokio = { version = "1.28.0", features = ["rt-multi-thread"] }
serde_json = "1.0.96"
thiserror = "1.0.40"
tokio = "1.28.0"
async-trait = "0.1.68"
anyhow = "1.0.71"
lazy_static = "1.4.0"
serde_yaml = "0.9.21"

0 comments on commit 368979b

Please sign in to comment.