mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1924664 - Fix Cargo.toml-related warnings from first-party crates. r=firefox-build-system-reviewers,necko-reviewers,profiler-reviewers,aabh,ahochheiden
The warnings are: no edition set: defaulting to the 2015 edition while the latest is 2021 unused manifest key: lib.plugin Differential Revision: https://phabricator.services.mozilla.com/D226855
This commit is contained in:
parent
4a8fb67d04
commit
aada68ea09
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "data-encoding-ffi"
|
||||
version = "0.1.0"
|
||||
license = "MPL-2.0"
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "mime-guess-ffi"
|
||||
version = "0.1.0"
|
||||
license = "MPL-2.0"
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "mp4parse-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "rsdparsa_capi"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Ellenbogen <pe5@cs.princeton.edu>",
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "encoding_glue"
|
||||
description = "FFI functions for mozilla::Encoding that aren't appropriate to share on crates.io due to m-c dependencies"
|
||||
version = "0.1.0"
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gluesmith"
|
||||
version = "0.1.0"
|
||||
authors = ["Christian Holler"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "jsrust"
|
||||
version = "0.1.0"
|
||||
authors = ["The Spidermonkey developers"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "jsrust_shared"
|
||||
version = "0.1.0"
|
||||
authors = ["The Spidermonkey developers"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "prefs_parser"
|
||||
version = "0.0.1"
|
||||
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "mozurl"
|
||||
version = "0.0.1"
|
||||
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "netwerk_helper"
|
||||
version = "0.0.1"
|
||||
authors = ["Jeff Hemphill <jthemphill@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "cert_storage"
|
||||
version = "0.0.1"
|
||||
authors = ["Dana Keeler <dkeeler@mozilla.com>", "Mark Goodwin <mgoodwin@mozilla.com"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "storage_variant"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "bitsdownload"
|
||||
version = "0.1.0"
|
||||
authors = ["Kirk Steuber <bytesized@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "bits_client"
|
||||
version = "0.2.0"
|
||||
authors = ["Adam Gashlin <agashlin@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "bits"
|
||||
version = "0.2.0"
|
||||
authors = ["Adam Gashlin <agashlin@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "cascade_bloom_filter"
|
||||
version = "0.1.0"
|
||||
authors = ["Rob Wu <rob@robwu.nl>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "fog-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["glean-team@mozilla.com"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "processtools"
|
||||
version = "0.1.0"
|
||||
authors = ["David Teller <dteller@mozilla.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gkrust-uniffi-components"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
@ -12,7 +13,6 @@ test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
doc = false
|
||||
plugin = false
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gkrust-uniffi-fixtures"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
@ -12,7 +13,6 @@ test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
doc = false
|
||||
plugin = false
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gkrust-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
@ -31,5 +32,4 @@ test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
doc = false
|
||||
plugin = false
|
||||
harness = false
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gkrust"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
@ -24,7 +25,6 @@ test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
doc = false
|
||||
plugin = false
|
||||
harness = false
|
||||
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "gkrust-shared"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
@ -149,7 +150,6 @@ test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
doc = false
|
||||
plugin = false
|
||||
harness = false
|
||||
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "profiler_helper"
|
||||
version = "0.1.0"
|
||||
authors = ["Markus Stange <mstange@themasta.com>"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "bench-collections-gtest"
|
||||
version = "0.1.0"
|
||||
license = "MPL-2.0"
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "nsstring-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["nobody@mozilla.com"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "xpcom-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["michael@thelayzells.com"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[package]
|
||||
edition = "2015"
|
||||
name = "malloc_size_of_derive"
|
||||
version = "0.1.3"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
Loading…
Reference in New Issue
Block a user