Skip to content

Commit 417acb8

Browse files
alexcrichtonbrson
authored andcommitted
Bump to 0.3.46
1 parent 205a6ba commit 417acb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "gcc"
4-
version = "0.3.45"
4+
version = "0.3.46"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/alexcrichton/gcc-rs"

src/windows_registry.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use std::process::Command;
1515

1616
use Tool;
1717

18+
#[cfg(windows)]
1819
macro_rules! otry {
1920
($expr:expr) => (match $expr {
2021
Some(val) => val,

0 commit comments

Comments
 (0)