Skip to content

Commit 161c41e

Browse files
committed
Document tokio exact pin in integration-tests Cargo.toml
Adds inline comment so future maintainers know why the version is pinned with `=` rather than a range constraint.
1 parent c0f2eec commit 161c41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", rev = "3
3030
edgezero-core = { git = "https://github.com/stackpop/edgezero", rev = "38198f9839b70aef03ab971ae5876982773fc2a1" }
3131
axum = "0.8.9"
3232
tower = { version = "0.4", features = ["util"] }
33-
tokio = { version = "=1.52.3", features = ["rt-multi-thread", "macros"] }
33+
tokio = { version = "=1.52.3", features = ["rt-multi-thread", "macros"] } # exact pin — keep in sync with workspace-resolved tokio version
3434
http = "1"
3535
http-body-util = "0.1"
3636
bytes = "1"

0 commit comments

Comments
 (0)