Skip to content

Commit f31d712

Browse files
committed
registry-1.4.5
Fix Windows build. #174.
1 parent e30d6b8 commit f31d712

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# signal-hook-registry-1.4.5
2+
3+
* Fix windows build (#174).
4+
15
# signal-hook-registry-1.4.4
26

37
* Get rid of a warning.

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signal-hook-registry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "signal-hook-registry"
3-
version = "1.4.4"
3+
version = "1.4.5"
44
authors = [
55
"Michal 'vorner' Vaner <[email protected]>",
66
"Masaki Hara <[email protected]>",

signal-hook-registry/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ use std::collections::hash_map::Entry;
7070
use std::collections::{BTreeMap, HashMap};
7171
use std::io::Error;
7272
use std::mem;
73-
#[cfg(not(windows))]
7473
use std::ptr;
7574
use std::sync::atomic::{AtomicPtr, Ordering};
7675
// Once::new is now a const-fn. But it is not stable in all the rustc versions we want to support

0 commit comments

Comments
 (0)