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:
Emilio Cobos Álvarez
2025-05-20 22:50:16 +00:00
committed by ealvarez@mozilla.com
parent 918aea565d
commit caf0070ab3
113 changed files with 10826 additions and 7334 deletions

View 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
View 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/. */

View File

@@ -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]

View File

@@ -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]