File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.106] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.0.105...cc-v1.0.106 ) - 2024-07-08
10
+
11
+ ### Other
12
+ - Drop support for Visual Studio 12 (2013) ([ #1046 ] ( https://github.com/rust-lang/cc-rs/pull/1046 ) )
13
+ - Use raw-dylib for windows-sys ([ #1137 ] ( https://github.com/rust-lang/cc-rs/pull/1137 ) )
14
+ - Bump msrv to 1.67 ([ #1143 ] ( https://github.com/rust-lang/cc-rs/pull/1143 ) )
15
+ - Bump msrv to 1.65 ([ #1140 ] ( https://github.com/rust-lang/cc-rs/pull/1140 ) )
16
+ - Fix clippy warnings ([ #1138 ] ( https://github.com/rust-lang/cc-rs/pull/1138 ) )
17
+
9
18
## [ 1.0.105] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.0.104...cc-v1.0.105 ) - 2024-07-07
10
19
11
20
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.0.105 "
3
+ version = " 1.0.106 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/rust-lang/cc-rs"
You can’t perform that action at this time.
0 commit comments