Skip to content

Commit 7b96c1c

Browse files
pavex-releaser[bot]LukeMathWalker
authored andcommitted
Re-enable workspace hack after a release
1 parent 0baf6de commit 7b96c1c

File tree

21 files changed

+231
-3
lines changed

21 files changed

+231
-3
lines changed

libs/Cargo.lock

Lines changed: 85 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
@@ -79,6 +79,7 @@ hyper-util = { workspace = true, features = [
7979
], optional = true }
8080
socket2 = { workspace = true, optional = true }
8181
smallvec = { workspace = true }
82+
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
8283

8384
[dev-dependencies]
8485
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.68" }
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
@@ -65,6 +65,7 @@ jsonwebtoken = { workspace = true }
6565
ring = { workspace = true }
6666
pem = { workspace = true }
6767
time = { workspace = true }
68+
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
6869

6970
[dev-dependencies]
7071
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.68" }
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)