Bug 1967206 - Update jobserver (and related crates to avoid duplication). r=glandium,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D250045
This commit is contained in:
committed by
ealvarez@mozilla.com
parent
918aea565d
commit
caf0070ab3
8
build/rust/r-efi/Cargo.toml
Normal file
8
build/rust/r-efi/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "r-efi"
|
||||
version = "5.999.999"
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
3
build/rust/r-efi/lib.rs
Normal file
3
build/rust/r-efi/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
@@ -8,7 +8,7 @@ license = "MPL-2.0"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.wasi]
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "MPL-2.0"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.wasi]
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user