mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Cargo: update rustc_apfloat patched revision
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -2071,8 +2071,7 @@ checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc_apfloat"
|
name = "rustc_apfloat"
|
||||||
version = "0.2.2+llvm-462a31f5a5ab"
|
version = "0.2.2+llvm-462a31f5a5ab"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/redsun82/rustc_apfloat.git?rev=32968f16ef1b082243f9bf43a3fbd65c381b3e27#32968f16ef1b082243f9bf43a3fbd65c381b3e27"
|
||||||
checksum = "121e2195ff969977a4e2b5c9965ea867fce7e4cb5aee5b09dee698a7932d574f"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.9.0",
|
"bitflags 2.9.0",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
@@ -3028,8 +3027,3 @@ dependencies = [
|
|||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[patch.unused]]
|
|
||||||
name = "rustc_apfloat"
|
|
||||||
version = "0.2.1+llvm-462a31f5a5ab"
|
|
||||||
source = "git+https://github.com/redsun82/rustc_apfloat.git?rev=096d585100636bc2e9f09d7eefec38c5b334d47b#096d585100636bc2e9f09d7eefec38c5b334d47b"
|
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ members = [
|
|||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
# patch for build script bug preventing bazel build
|
# patch for build script bug preventing bazel build
|
||||||
# see https://github.com/rust-lang/rustc_apfloat/pull/17
|
# see https://github.com/rust-lang/rustc_apfloat/pull/17
|
||||||
rustc_apfloat = { git = "https://github.com/redsun82/rustc_apfloat.git", rev = "096d585100636bc2e9f09d7eefec38c5b334d47b" }
|
rustc_apfloat = { git = "https://github.com/redsun82/rustc_apfloat.git", rev = "32968f16ef1b082243f9bf43a3fbd65c381b3e27" }
|
||||||
|
|||||||
10
misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl
generated
vendored
10
misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl
generated
vendored
@@ -16,6 +16,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||||
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
|
||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
||||||
|
|
||||||
@@ -2578,12 +2579,11 @@ def crate_repositories():
|
|||||||
)
|
)
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
new_git_repository,
|
||||||
name = "vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab",
|
name = "vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab",
|
||||||
sha256 = "121e2195ff969977a4e2b5c9965ea867fce7e4cb5aee5b09dee698a7932d574f",
|
commit = "32968f16ef1b082243f9bf43a3fbd65c381b3e27",
|
||||||
type = "tar.gz",
|
init_submodules = True,
|
||||||
urls = ["https://static.crates.io/crates/rustc_apfloat/0.2.2+llvm-462a31f5a5ab/download"],
|
remote = "https://github.com/redsun82/rustc_apfloat.git",
|
||||||
strip_prefix = "rustc_apfloat-0.2.2+llvm-462a31f5a5ab",
|
|
||||||
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.rustc_apfloat-0.2.2+llvm-462a31f5a5ab.bazel"),
|
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.rustc_apfloat-0.2.2+llvm-462a31f5a5ab.bazel"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user