Skip to content

Commit 01f62d4

Browse files
committed
chore: update dependencies in Cargo.toml for improved configuration
1 parent 7db49c0 commit 01f62d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/async_jsonl_ci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name = "async_jsonl_ci"
33
version = "0.1.0"
44
edition = "2021"
55

6-
[dependencies]
6+
[dev-dependencies]
77
gh-workflow-tailcall = { version = "0.5.2", git = "https://github.com/ssddOnTop/gh-workflow", branch = "fix/change-gh-token-name-from-env", commit = "6b30b75e8a5d9c8b3c0aad69e4b1ba7bd3d82dbf" }

crates/async_rev_buf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
pin-project-lite = "0.2.16"
8-
tokio = { version = "1.45.1", features = ["io-util", "macros", "rt-multi-thread"] }
8+
tokio = { version = "1.45.1", default-features = false }
99

1010
[dev-dependencies]
1111
tempfile = "3.0"

0 commit comments

Comments
 (0)