Commit graph

14 commits

Author SHA1 Message Date
Alex Crichton
c687d83ada Remove authors directives from Cargo crates
Most of these are pretty dated and Cargo defaults nowadays to not
emitting an `authors` field so this commit also removes them from the
manifests.
2021-10-22 10:27:20 -07:00
Alex Crichton
cabe1cca0a Upgrade Cargo to the 2021 edition
This didn't actually result in any code changes yet, for now this simply
flips the edition flag for all of our crates and documentation.
2021-10-22 10:25:52 -07:00
Erick Tryzelaar
f71b231aea Update cargo-platform to 0.1.2
This preps cargo-platform for a release. The only substantial change is that
this should include the license files into the archive that is uploaded to
crates.io.

Closes #9758
2021-08-04 16:13:04 -07:00
klensy
dcc9587160 trivial char range check 2021-01-29 01:27:16 +03:00
Matthias Krüger
6eefe3c236 fix clippy warnings 2020-06-04 00:55:45 +02:00
Alex Tokarev
2b1dc3e518 Run through nightly clippy 2020-02-21 01:27:18 +03:00
Josh Stone
9c8b4dcd3e Link the licenses into crates/cargo-platform
The licenses should be included in the package published on crates.io
2020-02-14 15:54:22 -08:00
Takayuki Nakata
f37b9bd77a Update the reference link in a message
Follow up dc81356ef.
2020-01-07 09:05:49 +09:00
Eric Huss
fd65cbd816 Bump cargo-platform version. 2019-12-10 11:59:06 -08:00
Benedikt Werner
aa93f61f21
Warn instead of error 2019-12-07 09:10:06 +01:00
Benedikt Werner
a572f0f274
Use blacklist instead of whitelist 2019-12-05 11:53:26 +01:00
Benedikt Werner
bee13d604d
Fix test formatting 2019-12-04 09:33:58 +01:00
Benedikt Werner
552ecc9438
Emit error on [target.cfg(debug_assertions).dependencies] 2019-12-04 09:08:43 +01:00
Eric Huss
57c96c194a Extract Platform to a separate crate. 2019-09-17 14:55:22 -07:00