We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dfb53 commit 5863b31Copy full SHA for 5863b31
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.8](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.7...cc-v1.1.8) - 2024-08-06
10
+
11
+### Other
12
+- Fix broken link in docs.rs ([#1173](https://github.com/rust-lang/cc-rs/pull/1173))
13
14
## [1.1.7](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.6...cc-v1.1.7) - 2024-07-29
15
16
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cc"
3
-version = "1.1.7"
+version = "1.1.8"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cc-rs"
0 commit comments