Skip to content

Commit 7fdc5d1

Browse files
committed
Bump to 0.1.42
1 parent abf594d commit 7fdc5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmake"
3-
version = "0.1.41"
3+
version = "0.1.42"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -14,4 +14,4 @@ A build dependency for running `cmake` to build a native library
1414
categories = ["development-tools::build-utils"]
1515

1616
[dependencies]
17-
cc = { git = "https://github.com/alexcrichton/cc-rs" }
17+
cc = "1.0.41"

0 commit comments

Comments
 (0)