Skip to content

Commit ba4157a

Browse files
pavex-releaser[bot]LukeMathWalker
authored andcommitted
release: Re-enable workspace hack after a release
1 parent 6dac6c2 commit ba4157a

File tree

23 files changed

+217
-3
lines changed

23 files changed

+217
-3
lines changed

libs/Cargo.lock

Lines changed: 81 additions & 0 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: 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" }

libs/pavex/Cargo.toml

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

8586
[dev-dependencies]
8687
tokio = { workspace = true, features = ["macros"] }

libs/pavex_bp_schema/Cargo.toml

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

libs/pavex_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jsonwebtoken = { workspace = true }
6868
ring = { workspace = true }
6969
pem = { workspace = true }
7070
time = { workspace = true }
71+
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
7172

7273
[dev-dependencies]
7374
pavex_test_runner = { path = "../pavex_test_runner" }

libs/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 = { path = "../pavex", version = "0.1.71" }
1313
thiserror = { workspace = true }
14+
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

libs/pavex_cli_deps/Cargo.toml

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

libs/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 = { version = "0.52.0", 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: 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" }

libs/pavex_macros/Cargo.toml

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

1819
[dev-dependencies]
1920
trybuild = { workspace = true }

0 commit comments

Comments
 (0)