File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3145,7 +3145,7 @@ dependencies = [
3145
3145
[[package ]]
3146
3146
name = " rustc-build-sysroot"
3147
3147
version = " 0.5.3"
3148
- source = " git+https://github.com/anza-xyz/rustc-build-sysroot?tag=solana-tools-v1.48#0e6a6c1127ca9b33158334029693344e2638ec57 "
3148
+ source = " git+https://github.com/anza-xyz/rustc-build-sysroot?tag=solana-tools-v1.49#9b36c221db90c5039463c572ccbb903972bda8ce "
3149
3149
dependencies = [
3150
3150
" anyhow" ,
3151
3151
" rustc_version" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,5 @@ rustflags = ["-Cpanic=abort"]
60
60
rustc-std-workspace-core = { path = ' rustc-std-workspace-core' }
61
61
rustc-std-workspace-alloc = { path = ' rustc-std-workspace-alloc' }
62
62
rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
63
- <<<<<<< HEAD
64
63
compiler_builtins = { path = " compiler-builtins/compiler-builtins" }
65
- =======
66
- compiler_builtins = { git = " https://github.com/anza-xyz/compiler-builtins" , tag = " solana-tools-v1.48" }
67
- >>>>>>> 293a1b6c60a ([SOL] Create sbpfv4 target for ABIv2 (#130))
64
+
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "6"
18
18
rustc_version = " 0.4"
19
19
serde_json = " 1.0.40"
20
20
cargo_metadata = " 0.19"
21
- rustc-build-sysroot = {git = " https://github.com/anza-xyz/rustc-build-sysroot" , tag = " solana-tools-v1.48 " }
21
+ rustc-build-sysroot = {git = " https://github.com/anza-xyz/rustc-build-sysroot" , tag = " solana-tools-v1.49 " }
22
22
23
23
# Enable some feature flags that dev-dependencies need but dependencies
24
24
# do not. This makes `./miri install` after `./miri build` faster.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[
8
8
r#""registry+https://github.com/rust-lang/crates.io-index""# ,
9
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
11
- r#""git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.48 #759adff89713678bfd9c7630fe0f60088f635085""# ,
12
- r#""git+https://github.com/anza-xyz/rustc-build-sysroot?tag=solana-tools-v1.48#0e6a6c1127ca9b33158334029693344e2638ec57 ""#
11
+ r#""git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.49 #759adff89713678bfd9c7630fe0f60088f635085""# ,
12
+ r#""git+https://github.com/anza-xyz/rustc-build-sysroot?tag=solana-tools-v1.49#9b36c221db90c5039463c572ccbb903972bda8ce ""#
13
13
] ;
14
14
15
15
/// Checks for external package sources. `root` is the path to the directory that contains the
You can’t perform that action at this time.
0 commit comments