Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 90b9c23

Browse files
committed
Fix permissions in publish script
1 parent ab11e90 commit 90b9c23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

crates/testkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default = ["macros"]
3535

3636
[dependencies]
3737
axum = "0.7.5"
38-
charted-testkit-macros = { version = "0.1.0", path = "../macros", optional = true }
38+
charted-testkit-macros = { version = "=0.1.0", path = "../macros", optional = true }
3939
http-body-util = "0.1.1"
4040
hyper = { version = "1.3.1", features = ["client", "server", "http1"] }
4141
hyper-util = { version = "0.1.3", features = ["tokio", "client"] }

hack/publish

100644100755
File mode changed.

0 commit comments

Comments
 (0)