Skip to content

Commit a5ac9c5

Browse files
pavex-releaser[bot]LukeMathWalker
authored andcommitted
chore: Disable workspace hack before a release
1 parent 8804c30 commit a5ac9c5

File tree

24 files changed

+3
-266
lines changed

24 files changed

+3
-266
lines changed

libs/Cargo.lock

Lines changed: 0 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/generate_from_path/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ indicatif = { workspace = true }
2020
walkdir = { workspace = true }
2121
sanitize-filename = { workspace = true }
2222
regex = { workspace = true }
23-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ hyper-util = { workspace = true, features = [
8585
socket2 = { workspace = true, optional = true }
8686
smallvec = { workspace = true }
8787
tracing_log_error = { workspace = true }
88-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
8988

9089
[dev-dependencies]
9190
tokio = { workspace = true, features = ["macros"] }

libs/pavex_bp_schema/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ license.workspace = true
1010
[dependencies]
1111
serde = { workspace = true, features = ["derive"] }
1212
pavex_reflection = { path = "../pavex_reflection", version = "=0.2.0" }
13-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jsonwebtoken = { workspace = true }
7171
ring = { workspace = true }
7272
pem = { workspace = true }
7373
jiff = { workspace = true }
74-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
7574

7675
[dev-dependencies]
7776
pavex_test_runner = { path = "../pavex_test_runner" }

libs/pavex_cli_client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ license.workspace = true
1111
anyhow = { workspace = true }
1212
pavex = { path = "../pavex", version = "0.2.0" }
1313
thiserror = { workspace = true }
14-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli_deps/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ pavex_cli_shell = { path = "../pavex_cli_shell", version = "0.2.0" }
1313
cargo-like-utils = { workspace = true }
1414
thiserror = { workspace = true }
1515
miette = { workspace = true }
16-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli_diagnostic/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ version.workspace = true
1111
miette = { workspace = true }
1212
anyhow = { workspace = true }
1313
thiserror = { workspace = true }
14-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli_flock/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ windows-sys = { workspace = true, features = [
2222
"Win32_System_JobObjects",
2323
"Win32_System_Threading",
2424
] }
25-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli_shell/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ version.workspace = true
1010
[dependencies]
1111
cargo-like-utils = { workspace = true }
1212
anyhow = { workspace = true }
13-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

0 commit comments

Comments
 (0)