Skip to content

Commit 76e8a39

Browse files
committed
feat(bundle_env_overrides_test): decouple crate
Decouple this auxiliary test crate from the top-level workspace, preventing it from being published to crates.io.
1 parent 746140e commit 76e8a39

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ members = [
5959
"crates/xdv",
6060
"crates/xetex_format",
6161
"crates/xetex_layout",
62-
"tests/bundle_env_overrides_test",
6362
]
6463

6564
[workspace.lints.rust]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
target
2+
Cargo.lock

tests/bundle_env_overrides_test/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ version = "0.0.0-dev.0"
55
edition = "2021"
66

77
[dependencies]
8-
tectonic_bundles = { path = "../../crates/bundles", version = "0.0.0-dev.0" }
8+
tectonic_bundles = { path = "../../crates/bundles" }
99

10-
[package.metadata.internal_dep_versions]
11-
tectonic_bundles = "thiscommit:2025-07-26:IKt5CJV"
10+
# decouple this from the the top-level workspace
11+
[workspace]
12+
members = ["."]

tests/bundle_env_overrides_test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bundle URL overrides Test
22

3-
This is a simple test program used by the integration tests in the `tectonic_bundles` crate to test the `get_fallback_bundle_url` function with different compile-time environment variable overrides.
3+
This is a simple test program used by the integration tests to test the [`tectonic_bundles::get_fallback_bundle_url`] function with different compile-time environment variable overrides.
44

55
## Purpose
66

0 commit comments

Comments
 (0)