Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

0.1.2

Compare
Choose a tag to compare
@dtolnay dtolnay released this 18 Dec 20:23
· 16 commits to master since this release
0.1.2
52f4eca
  • Improve error messages when an attribute is written with invalid syntax
  • Support checking feature values just by juxtaposition, for example target_arch "wasm32" && target_os "unknown" equivalent to target_arch = "wasm32" && target_os = "unknown" (#2)