We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4bd71 commit ff5fc7aCopy full SHA for ff5fc7a
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.1.14](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14) - 2024-08-23
10
+
11
+### Other
12
+- allow finding tools from path if VisualStudioDir is set
13
14
## [1.1.13](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.12...cc-v1.1.13) - 2024-08-16
15
16
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cc"
3
-version = "1.1.13"
+version = "1.1.14"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cc-rs"
0 commit comments