David Tolnay
ba8a16a3e7
Format exhaustive match using rustfmt
2024-01-03 18:05:21 -08:00
David Tolnay
a9de781ddb
Pick up changes to non_exhaustive_omitted_patterns lint
...
warning: the lint level must be set on the whole match
--> src/edit.rs:106:9
|
105 | #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
| ------------------------------- remove this attribute
106 | _ => None,
| ^
|
= help: it no longer has any effect to set the lint level on an individual match arm
help: set the lint level on the whole match
|
63 + #[deny(non_exhaustive_omitted_patterns)]
64 | match e {
|
2024-01-03 18:03:11 -08:00
David Tolnay
d864a1e9d8
Release 1.0.79
2024-01-01 22:32:25 -08:00
David Tolnay
aa8a1889bd
Lockfile update
2024-01-01 22:31:57 -08:00
David Tolnay
31c119337e
Pull in proc-macro2 sccache fix
2024-01-01 22:31:22 -08:00
David Tolnay
bb4928bc01
Release 1.0.78
2023-12-30 09:31:34 -08:00
David Tolnay
c3a9b81159
Lockfile update
2023-12-30 09:31:20 -08:00
David Tolnay
319bf8782b
Merge pull request #206 from dtolnay/bootstrap
...
Respect pre-existing RUSTC_BOOTSTRAP setting
2023-12-30 09:30:53 -08:00
David Tolnay
df2d2899bc
Respect pre-existing RUSTC_BOOTSTRAP setting
2023-12-30 09:26:12 -08:00
David Tolnay
15b4f91f3b
Release 1.0.77
2023-12-26 10:18:22 -08:00
David Tolnay
6020de36ce
Merge pull request #205 from dtolnay/envrustc
...
Respect RUSTC environment variable if present
2023-12-26 10:17:40 -08:00
David Tolnay
fe8bd08477
Respect RUSTC environment variable if present
2023-12-26 10:13:31 -08:00
David Tolnay
1d4e1fbf88
Release 1.0.76
2023-12-25 20:56:27 -08:00
David Tolnay
096f20d760
Lockfile update
2023-12-25 20:56:08 -08:00
David Tolnay
4e7de612b0
Merge pull request #204 from dtolnay/needsbootstrap
...
Set RUSTC_BOOTSTRAP only if needed
2023-12-25 20:55:35 -08:00
David Tolnay
a00b212e89
Set RUSTC_BOOTSTRAP only if needed
2023-12-25 20:52:00 -08:00
David Tolnay
d8ed97a940
Release 1.0.75
2023-12-21 10:43:41 -08:00
David Tolnay
e3de38f53b
Lockfile update
2023-12-21 10:43:19 -08:00
David Tolnay
7e9a82ee65
Merge pull request #203 from dtolnay/dependabot/cargo/unsafe-libyaml-0.2.10
...
Bump unsafe-libyaml from 0.2.9 to 0.2.10
2023-12-21 10:42:58 -08:00
dependabot[bot]
7f0321ddb1
Bump unsafe-libyaml from 0.2.9 to 0.2.10
...
Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml ) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases )
- [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.9...0.2.10 )
---
updated-dependencies:
- dependency-name: unsafe-libyaml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 18:31:54 +00:00
David Tolnay
950e46c080
Release 1.0.74
2023-10-13 08:58:29 -07:00
David Tolnay
ac47bc94eb
Lockfile update
2023-10-13 08:58:14 -07:00
David Tolnay
d8d674d7b0
Merge pull request #200 from ehuss/features-short
...
Add short features flag
2023-10-13 08:57:53 -07:00
Eric Huss
7f2ea2c7d4
Add short features flag
2023-10-13 08:52:02 -07:00
David Tolnay
3812634438
Release 1.0.73
2023-10-11 11:48:02 -07:00
David Tolnay
3d8d0251b5
Merge pull request #199 from dtolnay/bat
...
Update bat to 0.24
2023-10-11 11:47:45 -07:00
David Tolnay
5ab81d9f72
Update bat to 0.24
2023-10-11 11:43:31 -07:00
David Tolnay
b852c56d5c
Lockfile update
2023-10-11 11:42:47 -07:00
David Tolnay
60e3533dac
Release 1.0.72
2023-10-02 11:25:21 -04:00
David Tolnay
c342b03222
Trigger check_install workflow when a tag is pushed
2023-10-02 11:25:00 -04:00
David Tolnay
babc137669
Lockfile update
2023-10-02 11:20:56 -04:00
David Tolnay
fc882e2f98
Shorten rendered color help text
...
Before: "Syntax highlighting and colored Cargo output [possible values: auto, always, never]"
2023-10-02 11:20:20 -04:00
David Tolnay
3c635f10b6
Clarify help text of color flag
2023-10-02 11:17:49 -04:00
David Tolnay
e69afb28e6
Merge pull request #198 from mlegner/coloring-values
...
Remove duplicated coloring values in help message
2023-10-02 11:12:50 -04:00
Markus Legner
1a4b1ff00a
Remove duplicated coloring values in help message
2023-10-02 15:52:06 +02:00
David Tolnay
f50d0f265c
Add CI job to validate that installing published version works
2023-10-02 01:37:57 -04:00
David Tolnay
c3d9c5b9bb
Release 1.0.71
2023-09-23 13:51:34 -07:00
David Tolnay
d4c91ed328
Lockfile update
2023-09-23 13:51:10 -07:00
David Tolnay
cb13222e21
Merge pull request #197 from dtolnay/config
...
Add `--config` flag
2023-09-23 13:50:58 -07:00
David Tolnay
5d743a37ea
Add --config flag
2023-09-23 13:48:13 -07:00
David Tolnay
0e6dc7f48b
Merge pull request #196 from dtolnay/commasep
...
Update `--features` help text to match cargo
2023-09-23 13:48:05 -07:00
David Tolnay
f6e213ad06
Update --features help text to match cargo
2023-09-23 13:42:43 -07:00
David Tolnay
a4a2dcac97
Merge pull request #194 from dtolnay/helpheading
...
Add help headings matching `cargo rustc --help`
2023-09-23 13:42:37 -07:00
David Tolnay
905b808589
Reorder apply_args to match struct definition
2023-09-23 13:39:40 -07:00
David Tolnay
753595e549
Reorder opts to match cargo
2023-09-23 13:32:07 -07:00
David Tolnay
348f8103fc
Add help headings matching 'cargo rustc --help'
2023-09-23 13:28:23 -07:00
David Tolnay
5cdce7eb42
Release 1.0.70
2023-09-13 11:30:38 -06:00
David Tolnay
463dfb1163
Update to toml 0.8
2023-09-13 11:26:54 -06:00
David Tolnay
08bbe66377
Release 1.0.69
2023-09-13 11:17:43 -06:00
David Tolnay
a0ff5cca30
Lockfile update
2023-09-13 11:16:09 -06:00