We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
^0
charted-testkit
1 parent 58a5fb8 commit 1a1ced1Copy full SHA for 1a1ced1
crates/macros/Cargo.toml
@@ -42,6 +42,6 @@ syn = { version = "2.0.75", features = ["full"] }
42
43
[dev-dependencies]
44
axum = "0.7.5"
45
-charted-testkit = { version = "=0.1.1", path = "../testkit" }
+charted-testkit = { version = "^0", path = "../testkit" }
46
trybuild = "1.0.96"
47
tokio = { version = "1.37.0", features = ["rt"] }
0 commit comments