Skip to content

Commit

Permalink
fix and update tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 30, 2024
1 parent d984e73 commit 029d738
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.30"
async-trait = "0.1.81"
qdrant-client = "1.11.2"
rand = "0.8.5"
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
log = "0.4.22"
env_logger = "0.11.5"
hdrhistogram = "7.5.4"
2 changes: 1 addition & 1 deletion coach-things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done
COACH_CMD=(
cargo run --release
--
--parallel_drills 3
--parallel-drills 3
--stop-at-first-error
)

Expand Down

0 comments on commit 029d738

Please sign in to comment.