From 90b9c23dd01448420f40fdc34f088a50bd41b9ff Mon Sep 17 00:00:00 2001 From: Noel Date: Sun, 23 Jun 2024 15:11:44 -0700 Subject: [PATCH] Fix permissions in `publish` script --- crates/testkit/Cargo.toml | 2 +- hack/publish | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hack/publish diff --git a/crates/testkit/Cargo.toml b/crates/testkit/Cargo.toml index 8607ad4..82a162e 100644 --- a/crates/testkit/Cargo.toml +++ b/crates/testkit/Cargo.toml @@ -35,7 +35,7 @@ default = ["macros"] [dependencies] axum = "0.7.5" -charted-testkit-macros = { version = "0.1.0", path = "../macros", optional = true } +charted-testkit-macros = { version = "=0.1.0", path = "../macros", optional = true } http-body-util = "0.1.1" hyper = { version = "1.3.1", features = ["client", "server", "http1"] } hyper-util = { version = "0.1.3", features = ["tokio", "client"] } diff --git a/hack/publish b/hack/publish old mode 100644 new mode 100755