Skip to content

Releases: rust-lang/cc-rs

cc-v1.1.12

15 Aug 10:50
9b77c3f
Compare
Choose a tag to compare

Other

cc-v1.1.11

14 Aug 09:11
b0e44c7
Compare
Choose a tag to compare

Other

  • Add support for parsing shell encoded *FLAGS (#1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)

cc-v1.1.9

11 Aug 00:56
4b723d9
Compare
Choose a tag to compare

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

cc-v1.1.10

11 Aug 02:04
17b353d
Compare
Choose a tag to compare

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

cc-v1.1.8

07 Aug 10:54
5863b31
Compare
Choose a tag to compare

Other

  • Fix broken link in docs.rs (#1173)

cc-v1.1.7

29 Jul 11:58
c2fd8ec
Compare
Choose a tag to compare

Other

cc-v1.1.6

19 Jul 09:11
dcd8ed3
Compare
Choose a tag to compare

Other

cc-v1.1.5

15 Jul 02:11
b646ce5
Compare
Choose a tag to compare

Other

  • Fix cyclic compilation: Use vendored once_cell (#1154)

cc-v1.1.4

14 Jul 13:10
1f82ef0
Compare
Choose a tag to compare

Other

  • Support compiling on wasm targets (Supersede #1068) (#1160)

cc-v1.1.3

14 Jul 01:15
4255e9a
Compare
Choose a tag to compare

Other

  • Reduce msrv to 1.63 (#1158)
  • Revert "Use raw-dylib for windows-sys (#1137)" (#1157)
  • Fix typos (#1152)
  • Fix doc_lazy_continuation lints (#1153)