Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 630c1ff

Browse filesBrowse files
arihant2mathcoolreader18
authored andcommitted
simple part of the bump
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent 7e1568a commit 630c1ff
Copy full SHA for 630c1ff

File tree

3 files changed

+53
-10
lines changed
Filter options

3 files changed

+53
-10
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+50-7Lines changed: 50 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vm/Cargo.toml

Copy file name to clipboardExpand all lines: vm/Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ num_cpus = "1.13.1"
108108
[target.'cfg(windows)'.dependencies]
109109
junction = { workspace = true }
110110
schannel = { workspace = true }
111-
winreg = "0.52"
111+
winreg = "0.55"
112112

113113
[target.'cfg(windows)'.dependencies.windows]
114-
version = "0.52.0"
114+
version = "0.57.0"
115115
features = [
116116
"Win32_Foundation",
117117
"Win32_System_LibraryLoader",

‎vm/src/stdlib/winreg.rs

Copy file name to clipboardExpand all lines: vm/src/stdlib/winreg.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mod winreg {
9898

9999
#[pymethod(magic)]
100100
fn bool(&self) -> bool {
101-
self.key().raw_handle() != 0
101+
self.key().raw_handle() != core::ptr::null_mut()
102102
}
103103
#[pymethod(magic)]
104104
fn enter(zelf: PyRef<Self>) -> PyRef<Self> {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.