Skip to content

Commit 2926e81

Browse files
pavex-releaser[bot]LukeMathWalker
authored andcommitted
release: Re-enable workspace hack after a release
1 parent cff180b commit 2926e81

File tree

48 files changed

+350
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+350
-6
lines changed

Cargo.lock

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

compiler/generate_from_path/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ 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" }

compiler/pavex_bp_schema/Cargo.toml

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

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

compiler/pavex_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ 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" }
7475

7576
[dev-dependencies]
7677
pavex_test_runner = { path = "../pavex_test_runner" }

compiler/pavex_cli_client/Cargo.toml

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

compiler/pavex_cli_deps/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ pavex_cli_shell = { workspace = true }
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" }

compiler/pavex_cli_diagnostic/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ 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" }

compiler/pavex_cli_flock/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ 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" }

compiler/pavex_cli_shell/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ 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" }

compiler/pavex_miette/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ 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" }

0 commit comments

Comments
 (0)