Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uucore = { version = "0.8.0", features = ["entries", "fs", "fsext", "mode"] }
walkdir = "2.5"

[dev-dependencies]
ctor = "0.12"
ctor = "1.0"
filetime = "0.2"
nix = { version = "0.31", features = ["fs"] }
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod test_helpers;
// Set UUTESTS_BINARY_PATH before any tests run. The value is only used by
// TestScenario::new() to satisfy its internal setup; tests that need a
// specific binary pass it explicitly via TestScenario::cmd(BINARY_PATH).
#[ctor::ctor]
#[ctor::ctor(unsafe)]
fn init() {
std::env::set_var("UUTESTS_BINARY_PATH", env!("CARGO_BIN_EXE_find"));
}
Loading