-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
.../patches/pasta_curves-0.5.1/0001-Remove-spin_no_std-for-lazy_static-in-pasta_curves.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
third_party/rust/chromium_crates_io/vendor/spin-0.5.2/.cargo-checksum.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"files":{}} |
16 changes: 16 additions & 0 deletions
16
third_party/rust/chromium_crates_io/vendor/spin-0.5.2/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright 2023 The Chromium Authors | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
# @generated from third_party/rust/chromium_crates_io/removed_Cargo.toml | ||
# by tools/crates/gnrt. Do not edit! | ||
|
||
# This is an empty crate that has replaced the 'spin' crate, since | ||
# it was listed in `resolve.remove_crates` in gnrt_config.toml. | ||
|
||
[package] | ||
name = "spin" | ||
version = "0.5.2" | ||
|
||
[features] | ||
|
9 changes: 9 additions & 0 deletions
9
third_party/rust/chromium_crates_io/vendor/spin-0.5.2/src/lib.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2023 The Chromium Authors | ||
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
// @generated from third_party/rust/chromium_crates_io/removed_lib.rs | ||
// by tools/crates/gnrt. Do not edit! | ||
|
||
// This is an empty crate that has replaced the 'spin' crate, since | ||
// it was listed in `resolve.remove_crates` in gnrt_config.toml. |