Skip to content

Commit

Permalink
Disable workspace hack before a release
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Nov 9, 2024
1 parent 673c8f7 commit b473e15
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 204 deletions.
105 changes: 18 additions & 87 deletions libs/Cargo.lock

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

1 change: 0 additions & 1 deletion libs/generate_from_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ 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: 0 additions & 1 deletion libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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: 0 additions & 1 deletion libs/pavex_bp_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ license.workspace = true
[dependencies]
serde = { workspace = true, features = ["derive"] }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.53" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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: 0 additions & 1 deletion libs/pavex_cli_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ license.workspace = true
anyhow = { workspace = true }
pavex = { path = "../pavex", version = "0.1.53" }
thiserror = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_cli_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ version.workspace = true
[dependencies]
anyhow = { workspace = true }
cargo-like-utils = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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: 0 additions & 1 deletion libs/pavex_miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ 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: 0 additions & 1 deletion libs/pavex_reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ license.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ 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" }
1 change: 0 additions & 1 deletion libs/pavex_session_memory_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ 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: 0 additions & 1 deletion libs/pavex_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ 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: 0 additions & 1 deletion libs/pavex_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ readme = "README.md"
[dependencies]
tracing = { workspace = true, features = ["std"] }
pavex = { version = "0.1.53", path = "../pavex" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavexc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ r2d2 = { workspace = true }
bincode = { workspace = true }
rayon = { workspace = true }
num_cpus = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavexc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ 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: 0 additions & 1 deletion libs/pavexc_cli_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ license.workspace = true
anyhow = { workspace = true }
pavex = { path = "../pavex", version = "0.1.53" }
thiserror = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavexc_rustdoc_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ keywords = ["pavexc", "rustdoc-json"]
[dependencies]
serde = { workspace = true, features = ["derive"] }
rustc-hash = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
Loading

0 comments on commit b473e15

Please sign in to comment.