Skip to content

Commit

Permalink
Move winreg to workspace (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird authored Feb 13, 2025
1 parent 71c974c commit 172dad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ vergen = { version = "8.3.1", default-features = false }
which = { version = "7.0", default-features = false }
wmi = "0.14"
widestring = "1.0"
winreg = "0.52"
windows-service = "0.7.0"
windows-sys = "0.52"
windows-core = "0.58"
Expand Down
2 changes: 1 addition & 1 deletion nym-vpn-core/crates/nym-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ duct.workspace = true

[target.'cfg(windows)'.dependencies]
once_cell.workspace = true
winreg = { version = "0.52", features = ["transactions"] }
winreg = { workspace = true, features = ["transactions"] }

nym-windows = { path = "../nym-windows" }
nym-common = { path = "../nym-common" }
Expand Down

0 comments on commit 172dad1

Please sign in to comment.