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
pavex-releaser[bot] committed Nov 26, 2024
1 parent 89c920a commit 445cc07
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 228 deletions.
84 changes: 0 additions & 84 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.54" }
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.54" }
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_session_sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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 = ".", version = "0.1.54", features = ["postgres"] }
Expand Down
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.54", 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,7 +64,6 @@ 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: 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.54" }
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" }
1 change: 0 additions & 1 deletion libs/persist_if_changed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ 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 445cc07

Please sign in to comment.