Skip to content

Commit bb630f3

Browse files
github-actions[bot]pavex-releaser[bot]
andauthored
Re-enable workspace hack after a release (#423)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: pavex-releaser[bot] <ci@pavex.dev>
1 parent afc0209 commit bb630f3

File tree

21 files changed

+213
-3
lines changed

21 files changed

+213
-3
lines changed

libs/Cargo.lock

Lines changed: 79 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.69" }
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
@@ -66,6 +66,7 @@ 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" }
6970

7071
[dev-dependencies]
7172
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.69" }
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
@@ -10,3 +10,4 @@ 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: 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 }

libs/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" }

libs/pavex_reflection/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" }

0 commit comments

Comments
 (0)