Skip to content

Commit

Permalink
Re-enable workspace hack after a release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavex-releaser[bot] authored and LukeMathWalker committed Jan 5, 2025
1 parent 0baf6de commit 7b96c1c
Show file tree
Hide file tree
Showing 21 changed files with 231 additions and 3 deletions.
85 changes: 85 additions & 0 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/generate_from_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ indicatif = { workspace = true }
walkdir = { workspace = true }
sanitize-filename = { workspace = true }
regex = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ hyper-util = { workspace = true, features = [
], optional = true }
socket2 = { workspace = true, optional = true }
smallvec = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
tokio = { workspace = true, features = ["macros"] }
Expand Down
1 change: 1 addition & 0 deletions libs/pavex_bp_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ license.workspace = true
[dependencies]
serde = { workspace = true, features = ["derive"] }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.68" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jsonwebtoken = { workspace = true }
ring = { workspace = true }
pem = { workspace = true }
time = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
pavex_test_runner = { path = "../pavex_test_runner" }
Expand Down
1 change: 1 addition & 0 deletions libs/pavex_cli_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ license.workspace = true
anyhow = { workspace = true }
pavex = { path = "../pavex", version = "0.1.68" }
thiserror = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_cli_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ version.workspace = true
[dependencies]
anyhow = { workspace = true }
cargo-like-utils = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ proc-macro = true
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
trybuild = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions libs/pavex_miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ supports-hyperlinks = { workspace = true }
supports-color = { workspace = true }
supports-unicode = { workspace = true }
terminal_size = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ license.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ time = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["rt"] }
async-trait = { workspace = true }
thiserror = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
static_assertions = { workspace = true }
1 change: 1 addition & 0 deletions libs/pavex_session_memory_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ serde_json = { workspace = true }
async-trait = { workspace = true }
tokio = { workspace = true, features = ["sync"] }
tracing = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_session_sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tokio = { workspace = true, features = ["sync"] }
tracing = { workspace = true }
anyhow = { workspace = true }
sqlx = { workspace = true, features = ["uuid", "time"] }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
pavex_session_sqlx = { path = ".", features = ["postgres"] }
Expand Down
1 change: 1 addition & 0 deletions libs/pavex_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ once_cell = { workspace = true }
pavexc = { path = "../pavexc" }
guppy = { workspace = true }
rayon = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavex_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ readme = "README.md"
[dependencies]
tracing = { workspace = true, features = ["std"] }
pavex = { version = "0.1.68", path = "../pavex" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavexc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ r2d2 = { workspace = true }
bincode = { workspace = true }
rayon = { workspace = true }
num_cpus = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
insta = { workspace = true }
1 change: 1 addition & 0 deletions libs/pavexc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tempfile = { workspace = true }
better-panic = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[build-dependencies]
vergen-gitcl = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions libs/pavexc_cli_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ license.workspace = true
anyhow = { workspace = true }
pavex = { path = "../pavex", version = "0.1.68" }
thiserror = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/pavexc_rustdoc_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ keywords = ["pavexc", "rustdoc-json"]
[dependencies]
serde = { workspace = true, features = ["derive"] }
rustc-hash = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 1 addition & 0 deletions libs/persist_if_changed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tracing = { workspace = true, default-features = true }
fs-err = { workspace = true }
sha2 = { workspace = true }
anyhow = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
Loading

0 comments on commit 7b96c1c

Please sign in to comment.