Skip to content

Commit 1a1ced1

Browse files
committed
[macros] Use ^0 when pulling charted-testkit
1 parent 58a5fb8 commit 1a1ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ syn = { version = "2.0.75", features = ["full"] }
4242

4343
[dev-dependencies]
4444
axum = "0.7.5"
45-
charted-testkit = { version = "=0.1.1", path = "../testkit" }
45+
charted-testkit = { version = "^0", path = "../testkit" }
4646
trybuild = "1.0.96"
4747
tokio = { version = "1.37.0", features = ["rt"] }

0 commit comments

Comments
 (0)