Skip to content

Commit bd51ea9

Browse files
committed
[SOL] Bump versions for release (anza-xyz#134)
1 parent 19f8fe7 commit bd51ea9

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,7 @@ dependencies = [
31453145
[[package]]
31463146
name = "rustc-build-sysroot"
31473147
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"
31493149
dependencies = [
31503150
"anyhow",
31513151
"rustc_version",

library/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@ rustflags = ["-Cpanic=abort"]
6060
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
6161
rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
6262
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }
63-
<<<<<<< HEAD
6463
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+

src/tools/miri/cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directories = "6"
1818
rustc_version = "0.4"
1919
serde_json = "1.0.40"
2020
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" }
2222

2323
# Enable some feature flags that dev-dependencies need but dependencies
2424
# do not. This makes `./miri install` after `./miri build` faster.

src/tools/tidy/src/extdeps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[
88
r#""registry+https://github.com/rust-lang/crates.io-index""#,
99
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1010
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""#
1313
];
1414

1515
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)