Commit graph

396 commits

Author SHA1 Message Date
David Tolnay
ff6c03e200
Release 1.0.67 2023-09-03 10:56:40 -07:00
David Tolnay
05e87db82a
Pull in support for generics on const item 2023-09-03 10:56:17 -07:00
David Tolnay
dc53cbc0f6
Release 1.0.66 2023-09-02 22:22:15 -07:00
David Tolnay
3452fc0da4
Lockfile update 2023-09-02 22:21:53 -07:00
David Tolnay
a2fc21d8b7
Pull in anon struct/union support 2023-09-02 22:21:24 -07:00
David Tolnay
073541319b
Release 1.0.65 2023-08-18 19:25:45 -07:00
David Tolnay
ee163f0c54
Fix error from 'cargo outdated'
This works around a failure that looks like this:

    error: failed to select a version for `serde`.
        ... required by package `time v0.3.26`
        ... which satisfies dependency `time = "^0.3.26"` of package `cargo-expand v1.0.64 (/tmp/cargo-outdatedBxYFNJ)`
    versions that meet the requirements `>=1.0.126, <=1.0.171` are: 1.0.171, 1.0.170, 1.0.169, 1.0.168, 1.0.167, 1.0.166, 1.0.165, 1.0.164, 1.0.163, 1.0.162, 1.0.161, 1.0.160, 1.0.159, 1.0.158, 1.0.157, 1.0.156, 1.0.155, 1.0.154, 1.0.153, 1.0.152, 1.0.151, 1.0.150, 1.0.149, 1.0.148, 1.0.147, 1.0.146, 1.0.145, 1.0.144, 1.0.143, 1.0.142, 1.0.141, 1.0.140, 1.0.139, 1.0.138, 1.0.137, 1.0.136, 1.0.135, 1.0.134, 1.0.133, 1.0.132, 1.0.131, 1.0.130, 1.0.129, 1.0.128, 1.0.127, 1.0.126

    all possible versions conflict with previously selected packages.

      previously selected package `serde v1.0.183`
        ... which satisfies dependency `serde = "^1.0.183"` of package `cargo-expand v1.0.64 (/tmp/cargo-outdatedBxYFNJ)`

    failed to select a version for `serde` which could resolve this conflict
2023-08-18 19:25:02 -07:00
David Tolnay
5301de7d2c
Lockfile update 2023-08-18 19:23:30 -07:00
David Tolnay
44e0e2a35b
Release 1.0.64 2023-08-05 11:44:43 -07:00
David Tolnay
246b062b0f
Lockfile update 2023-08-05 11:44:29 -07:00
David Tolnay
edebe7b5ca
Release 1.0.63 2023-08-05 11:20:10 -07:00
David Tolnay
3e39242966
Lockfile update 2023-08-05 11:19:44 -07:00
David Tolnay
1b9b02b21d
Release 1.0.62 2023-07-20 15:35:49 -07:00
David Tolnay
61750b6385
Lockfile update 2023-07-20 15:35:30 -07:00
David Tolnay
3cb0f96158
Pull in let-else formatting improvements 2023-07-20 15:34:48 -07:00
David Tolnay
9680b8f5c9
Release 1.0.61 2023-07-16 15:18:35 -07:00
tottoto
5d08566c16 Switch from is-terminal crate to std::io::IsTerminal 2023-07-17 06:58:06 +09:00
David Tolnay
c3764e821b
Release 1.0.60 2023-07-16 14:00:48 -07:00
David Tolnay
567592a444
Delete dependency on cargo_metadata
The code using this was eliminated by 58201ca96b.
2023-07-16 13:59:51 -07:00
David Tolnay
b5921f5873
Lockfile update 2023-07-16 13:58:51 -07:00
viruscamp
60ca77b39a fix#184 Follow the default-run field in 'Cargo.toml' just like cargo run 2023-07-14 18:30:35 +08:00
David Tolnay
a8fd257bf9
Release 1.0.59 2023-07-05 14:16:11 -07:00
David Tolnay
2ce232fb30
Release 1.0.58 2023-07-05 14:11:42 -07:00
David Tolnay
485b562b21
Eliminate vulnerable/unmaintained atty dependency 2023-07-05 14:11:15 -07:00
David Tolnay
5601bcf2a7
Release 1.0.57 2023-07-05 13:53:45 -07:00
David Tolnay
a174f5fd92
Lockfile update 2023-07-05 13:50:10 -07:00
David Tolnay
247d3ae5c8
Pull in regex crate rewrite 2023-07-05 13:49:58 -07:00
David Tolnay
6e3a19fe69
Release 1.0.56 2023-06-24 19:44:16 -07:00
David Tolnay
42c5f6f155
Pull in proc-macro2 raw byte str fix 2023-06-24 19:44:02 -07:00
David Tolnay
5ad7e15dda
Release 1.0.55 2023-06-24 16:22:55 -07:00
David Tolnay
18a637c2eb
Lockfile update 2023-06-24 16:22:31 -07:00
David Tolnay
3d523a339d
Pull in support for c-string literals 2023-06-24 16:21:56 -07:00
David Tolnay
8f8a8ef8ea
Release 1.0.54 2023-06-20 20:28:48 -07:00
David Tolnay
95f3356002
Lockfile update 2023-06-20 20:28:32 -07:00
David Tolnay
54f0d33b13
Format rest of items even if some caused panic 2023-06-20 20:26:35 -07:00
David Tolnay
65699f084a
Release 1.0.53 2023-06-16 17:37:31 -07:00
David Tolnay
e76befe834
Lockfile update 2023-06-16 17:37:10 -07:00
David Tolnay
9aee4a3f8c
Update prettyplease to pull in macro formatting improvements 2023-06-16 17:37:05 -07:00
David Tolnay
4aa058d974
Release 1.0.52 2023-05-28 20:36:22 -07:00
David Tolnay
373fe09d38
Lockfile update 2023-05-28 20:36:04 -07:00
David Tolnay
ef5b654d1d
Update toolchain_find dependency to 0.4 2023-05-28 19:55:01 -07:00
David Tolnay
f25adadb6e
Release 1.0.51 2023-05-23 09:03:55 -07:00
David Tolnay
edd194d2ee
Switch to published version of syn-select for syn 2 2023-05-23 09:03:41 -07:00
David Tolnay
10377dc6d0
Release 1.0.50 2023-05-23 09:01:25 -07:00
David Tolnay
439c1c5d4d
Lockfile update 2023-05-23 09:00:57 -07:00
David Tolnay
a3dde27f91
Pull in prettyplease macro_rules semicolon fix 2023-05-23 09:00:47 -07:00
David Tolnay
2ea214cc9d Release 1.0.49 2023-05-14 11:50:41 +02:00
David Tolnay
979ac95f49 Lockfile update 2023-05-14 11:50:13 +02:00
David Tolnay
db973cc6f9 Pull in builtin# syntax support 2023-05-14 11:48:01 +02:00
David Tolnay
8ebe23ee8d
Release 1.0.48 2023-04-25 18:37:18 -07:00