Skip to content

Releases: dtolnay/rustversion

1.0.12

05 Mar 23:45
1.0.12
a85f2db

Choose a tag to compare

  • Set html_root_url attribute

1.0.11

17 Dec 22:35
1.0.11
0fb78f9

Choose a tag to compare

  • Fix bug in build.rs causing build-script reruns (#37, thanks @monax3)

1.0.10

17 Dec 19:43
1.0.10
f29f19d

Choose a tag to compare

  • Documentation improvements

1.0.9

03 Aug 01:19
1.0.9
a45a151

Choose a tag to compare

  • Add categories to crates.io metadata

1.0.8

16 Jul 00:49
1.0.8
68b4b64

Choose a tag to compare

  • Support situations in which RUSTC is set to clippy-driver by reinvoking with --rustc flag (#13)

1.0.7

20 Jun 00:39
1.0.7
4f60b42

Choose a tag to compare

  • Adjust build script to avoid misusing .rs file extension in $OUT_DIR (#32)

1.0.6

06 Dec 03:13
1.0.6
7276012

Choose a tag to compare

  • Add rustversion::cfg! macro which evaluates to true or false as an expression (#30)

    if rustversion::cfg!(nightly) {
        ...
    } else {
        ...
    }

1.0.5

14 May 21:07
1.0.5
ecc07fb

Choose a tag to compare

  • Fix parsing nightly build versions that have a parenthesized component without a date inside, such as "rustc 1.52.1-nightly (gentoo)" (#28)

1.0.4

26 Oct 19:44
1.0.4
2449cbc

Choose a tag to compare

  • Implement parsing using no dependencies

1.0.3

26 Oct 19:43
1.0.3
dc0d89b

Choose a tag to compare

  • Documentation improvements