Skip to content

Releases: awslabs/cargo-check-external-types

v0.1.13

31 Oct 15:28
c95c49e
Compare
Choose a tag to compare

Known working nightly for this release: nightly-2024-06-30

New this release

  • 🐛 (#183, @taiki-e) Do not report WherePredicate::BoundPredicate::type_.

Contributors
Thank you for your contributions! ❤️

v0.1.12

28 May 16:46
d370dc4
Compare
Choose a tag to compare

Known working nightly for this release: nightly-2024-05-01

New this release

Contributors
Thank you for your contributions! ❤️

v0.1.11

15 Feb 00:44
65a24af
Compare
Choose a tag to compare

Known working nightly for this release: nightly-2024-02-07

New this release

Contributors
Thank you for your contributions! ❤️

v0.1.10

19 Oct 20:24
b68996c
Compare
Choose a tag to compare

This release has no functional changes, but was done to update the README in crates.io to fix some broken links.

v0.1.9

18 Oct 17:20
14e0b88
Compare
Choose a tag to compare

Known working nightly for this release: nightly-2023-10-10

New this release

  • 🎉 (#48, #116, @cpu) Add support for reading config directly from Cargo.toml rather than from external config file. See the README for instructions on how to do this.
  • 🎉 (#110, @taiki-e) Add support for specifying the compiler target with the --target flag.
  • 🐛 (#113, #114, @cpu) Fix detection of rustdoc json in crates that rename the lib in the Cargo.toml file.

Contributors
Thank you for your contributions! ❤️

v0.1.8

16 Oct 22:20
a90a50a
Compare
Choose a tag to compare

New this release

  • 🎉 (#109, @ctz) Upgrade to Rust nightly-2023-10-10

Contributors
Thank you for your contributions! ❤️

v0.1.7

08 Jun 20:54
ab88f49
Compare
Choose a tag to compare
  • 🎉 (#70) Upgrade to Rust nightly-2023-05-31
  • (#70) Emit a warning when external types cannot be checked for pub types exported from modules marked #[doc(hidden)].

v0.1.6

28 Nov 23:36
26cbd1b
Compare
Choose a tag to compare

New this release

  • 🎉 (#32) Upgrade to Rust nightly-2022-11-16
  • (#32) Emit a warning when external types cannot be checked on pub struct fields that are hidden with #[doc(hidden)]
  • (#32) Improve error message context on tuple struct members

v0.1.5

18 Oct 16:23
bae59d1
Compare
Choose a tag to compare

New this release

  • 🐛 (#19, #23) Fix bug in associated type visitation

v0.1.4

06 Oct 20:16
d6eb6ab
Compare
Choose a tag to compare

cargo-check-external-types has been split out of the awslabs/smithy-rs repository. This release is to make necessary crate metadata updates to improve the README and repository link in crates.io. Otherwise, there are only minor code refactors that should not impact program behavior.