Skip to content

Commit 3f206dd

Browse files
committed
improve
1 parent 3417b53 commit 3f206dd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ chrono-tz = "0.8.4"
7979
secrecy = "0.8.0"
8080
lru = "0.16.0"
8181
backon = { version = "1.5.2", features = ["std", "std-blocking-sleep"] }
82-
tokio = { version = "1.47", features = ["rt", "rt-multi-thread"] }
82+
tokio = { version = "1.47", features = ["rt"] }
8383

8484
[dev-dependencies]
8585
assert_cmd = "2.0.11"

src/commands/build/snapshots.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fn upload_files(
143143
.for_project(org, project)
144144
.session(&client)?;
145145

146-
let runtime = tokio::runtime::Builder::new_multi_thread()
146+
let runtime = tokio::runtime::Builder::new_current_thread()
147147
.enable_all()
148148
.build()
149149
.context("Failed to create tokio runtime")?;

0 commit comments

Comments
 (0)