Skip to content

Commit

Permalink
Fix permissions in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 23, 2024
1 parent ab11e90 commit 90b9c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
Empty file modified hack/publish
100644 → 100755
Empty file.

0 comments on commit 90b9c23

Please sign in to comment.