Skip to content

Releases: rust-lang/cc-rs

cc-v1.1.1

12 Jul 03:44
53e8df9
Compare
Choose a tag to compare

Other

  • Fix is_flag_supported not respecting emit_rerun_if_env_changed (#1147) (#1148)

cc-v1.1.0

09 Jul 09:31
bd5a4ec
Compare
Choose a tag to compare

Added

  • add cargo_output to eliminate last vestiges of stdout pollution (#1141)

cc-v1.0.106

08 Jul 12:13
1372bf5
Compare
Choose a tag to compare

Other

  • Drop support for Visual Studio 12 (2013) (#1046)
  • Use raw-dylib for windows-sys (#1137)
  • Bump msrv to 1.67 (#1143)
  • Bump msrv to 1.65 (#1140)
  • Fix clippy warnings (#1138)

cc-v1.0.105

07 Jul 12:04
3fe874f
Compare
Choose a tag to compare

Other

  • Regenerate windows sys bindings (#1132)
  • Fix generate-windows-sys-bindings (#1133)
  • Fix gen-windows-sys-binding (#1130)
  • Fix gen-windows-sys-binding (#1127)
  • Update windows-bindgen requirement from 0.57 to 0.58 (#1123)

cc-v1.0.104

01 Jul 08:07
eddc1fd
Compare
Choose a tag to compare

Other

  • Fixed link break about compile-time-requirements (#1118)

cc-v1.0.103

30 Jun 07:07
75d47e5
Compare
Choose a tag to compare

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

cc-v1.0.102

29 Jun 08:27
bffb5c0
Compare
Choose a tag to compare

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

cc-v1.0.101

25 Jun 22:46
bcb7cbe
Compare
Choose a tag to compare

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)

cc-v1.0.100

23 Jun 14:39
6fa9ea6
Compare
Choose a tag to compare

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)

1.0.99

07 Jun 11:20
ca1f5f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.98...1.0.99