Skip to content

Commit e23a019

Browse files
renovate[bot]djc
authored andcommitted
Update Rust crate winreg to 0.51
1 parent dc65020 commit e23a019

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ version = "1.1.0"
113113

114114
[target."cfg(windows)".dependencies]
115115
cc = "1"
116-
winreg = "0.50"
116+
winreg = "0.51"
117117

118118
[target."cfg(windows)".dependencies.winapi]
119119
features = [

tests/suite/cli_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ mod windows {
362362
fn install_uninstall_affect_path() {
363363
clitools::test(Scenario::Empty, &|config| {
364364
with_saved_path(&mut || {
365-
let path = format!("{:?}", config.cargodir.join("bin").to_string_lossy());
365+
let path = config.cargodir.join("bin").display().to_string();
366366

367367
config.expect_ok(&INIT_NONE);
368368
assert!(

0 commit comments

Comments
 (0)