Skip to content

Commit 7d90733

Browse files
author
pavex-releaser[bot]
committed
Disable workspace hack before a release
1 parent 98ffbc8 commit 7d90733

File tree

21 files changed

+3
-213
lines changed

21 files changed

+3
-213
lines changed

libs/Cargo.lock

Lines changed: 0 additions & 79 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
@@ -81,7 +81,6 @@ hyper-util = { workspace = true, features = [
8181
socket2 = { workspace = true, optional = true }
8282
smallvec = { workspace = true }
8383
tracing_log_error = { workspace = true }
84-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
8584

8685
[dev-dependencies]
8786
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.1.69" }
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
@@ -66,7 +66,6 @@ jsonwebtoken = { workspace = true }
6666
ring = { workspace = true }
6767
pem = { workspace = true }
6868
time = { workspace = true }
69-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
7069

7170
[dev-dependencies]
7271
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.1.69" }
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
@@ -10,4 +10,3 @@ version.workspace = true
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
cargo-like-utils = { workspace = true }
13-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ proc-macro = true
1414
proc-macro2 = { workspace = true }
1515
quote = { workspace = true }
1616
syn = { workspace = true }
17-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1817

1918
[dev-dependencies]
2019
trybuild = { workspace = true }

libs/pavex_miette/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ supports-hyperlinks = { workspace = true }
1616
supports-color = { workspace = true }
1717
supports-unicode = { workspace = true }
1818
terminal_size = { workspace = true }
19-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_reflection/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ license.workspace = true
99

1010
[dependencies]
1111
serde = { workspace = true, features = ["derive"] }
12-
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

0 commit comments

Comments
 (0)