Really remove ntapi patching except spl-token-cli's one (#32491)

This commit is contained in:
Ryo Onodera 2023-07-14 14:26:08 +09:00 committed by GitHub
parent a5aa4064fb
commit 5cc654cd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 18 deletions

5
Cargo.lock generated
View File

@ -8986,8 +8986,3 @@ dependencies = [
"cc",
"libc",
]
[[patch.unused]]
name = "ntapi"
version = "0.3.7"
source = "git+https://github.com/solana-labs/ntapi?rev=97ede981a1777883ff86d142b75024b023f04fad#97ede981a1777883ff86d142b75024b023f04fad"

View File

@ -411,10 +411,6 @@ zstd = "0.11.2"
# for details, see https://github.com/solana-labs/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
crossbeam-epoch = { git = "https://github.com/solana-labs/crossbeam", rev = "fd279d707025f0e60951e429bf778b4813d1b6bf" }
# Rust 1.69+ broke ntapi v0.3.x, which doesn't contain proper fix:
# https://github.com/MSxDOS/ntapi/pull/12
ntapi = { git = "https://github.com/solana-labs/ntapi", rev = "97ede981a1777883ff86d142b75024b023f04fad" }
# We include the following crates as our dependencies above from crates.io:
#
# * spl-associated-token-account

View File

@ -7906,8 +7906,3 @@ dependencies = [
"cc",
"libc",
]
[[patch.unused]]
name = "ntapi"
version = "0.3.7"
source = "git+https://github.com/solana-labs/ntapi?rev=97ede981a1777883ff86d142b75024b023f04fad#97ede981a1777883ff86d142b75024b023f04fad"

View File

@ -160,10 +160,6 @@ members = [
targets = ["x86_64-unknown-linux-gnu"]
[patch.crates-io]
# Rust 1.69+ broke ntapi v0.3.x, which doesn't contain proper fix:
# https://github.com/MSxDOS/ntapi/pull/12
ntapi = { git = "https://github.com/solana-labs/ntapi", rev = "97ede981a1777883ff86d142b75024b023f04fad" }
# We include the following crates as our dependencies from crates.io:
#
# * spl-associated-token-account