Skip to content

Commit

Permalink
Bump to 0.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored and brson committed May 24, 2017
1 parent 205a6ba commit 417acb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "gcc"
version = "0.3.45"
version = "0.3.46"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/gcc-rs"
Expand Down
1 change: 1 addition & 0 deletions src/windows_registry.rs
Expand Up @@ -15,6 +15,7 @@ use std::process::Command;

use Tool;

#[cfg(windows)]
macro_rules! otry {
($expr:expr) => (match $expr {
Some(val) => val,
Expand Down

0 comments on commit 417acb8

Please sign in to comment.