Skip to content

Commit

Permalink
[SOL] Bump compiler-builtins to a new version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Dec 28, 2021
1 parent 5653a70 commit 4a400d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.66"
source = "git+https://github.com/solana-labs/compiler-builtins?tag=bpf-tools-v1.21#43576a7bb58ab4772c0381b75591f79c79743a3d"
source = "git+https://github.com/solana-labs/compiler-builtins?tag=bpf-tools-v1.22#43576a7bb58ab4772c0381b75591f79c79743a3d"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cargo-util = { path = "src/tools/cargo/crates/cargo-util" }
rustfmt-nightly = { path = "src/tools/rustfmt" }

[patch.crates-io]
compiler_builtins = { git = "https://github.com/solana-labs/compiler-builtins", tag = "bpf-tools-v1.21" }
compiler_builtins = { git = "https://github.com/solana-labs/compiler-builtins", tag = "bpf-tools-v1.22" }
# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
# here
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
Expand Down
2 changes: 1 addition & 1 deletion src/tools/tidy/src/extdeps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::path::Path;

/// List of allowed sources for packages.
const ALLOWED_SOURCES: &[&str] = &["\"registry+https://github.com/rust-lang/crates.io-index\"",
"\"git+https://github.com/solana-labs/compiler-builtins?tag=bpf-tools-v1.21#43576a7bb58ab4772c0381b75591f79c79743a3d\""];
"\"git+https://github.com/solana-labs/compiler-builtins?tag=bpf-tools-v1.22#43576a7bb58ab4772c0381b75591f79c79743a3d\""];

/// Checks for external package sources. `root` is the path to the directory that contains the
/// workspace `Cargo.toml`.
Expand Down

0 comments on commit 4a400d2

Please sign in to comment.