Skip to content

Commit a6fed6a

Browse files
authored
Rollup merge of #113598 - weihanglo:update-cargo, r=weihanglo
Update cargo 10 commits in 45782b6b8afd1da042d45c2daeec9c0744f72cc7..694a579566a9a1482b20aff8a68f0e4edd99bd28 2023-07-05 16:54:51 +0000 to 2023-07-11 22:28:29 +0000 - fix(embedded): Always generate valid package names (rust-lang/cargo#12349) - fix(embedded): Error on unsupported commands (rust-lang/cargo#12350) - chore(ci): Automatically test new packages by using `--workspace` (rust-lang/cargo#12342) - contrib docs: Add some more detail about how publishing works (rust-lang/cargo#12344) - docs: Put cargo-add change under nightly (rust-lang/cargo#12343) - Minor: Use "number" instead of "digit" when explaining Cargo's use of semver (rust-lang/cargo#12340) - Update criterion (rust-lang/cargo#12338) - Add profile strip to config docs. (rust-lang/cargo#12337) - update re: multiple versions that differ only in the metadata tag (rust-lang/cargo#12335) - doc: state `PackageId`/`SourceId` string is opaque (rust-lang/cargo#12313) r? ``@ghost``
2 parents 66233fb + 9f1c760 commit a6fed6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ const EXCEPTIONS_CARGO: &[(&str, &str)] = &[
5656
// tidy-alphabetical-start
5757
("bitmaps", "MPL-2.0+"),
5858
("bytesize", "Apache-2.0"),
59+
("ciborium", "Apache-2.0"),
60+
("ciborium-io", "Apache-2.0"),
61+
("ciborium-ll", "Apache-2.0"),
5962
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
6063
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
6164
("im-rc", "MPL-2.0+"),

0 commit comments

Comments
 (0)