Skip to content

Commit

Permalink
Update compiler builtins to v1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Feb 6, 2024
1 parent 092bed3 commit 8ec61e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/standard_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn resolve_std<'cfg>(
None,
SourceId::for_git(
&("https://github.com/solana-labs/compiler-builtins".parse()).unwrap(),
GitReference::Tag("solana-tools-v1.36".to_string()),
GitReference::Tag("solana-tools-v1.40".to_string()),
)?,
)?);
let crates_io_url = crate::sources::CRATES_IO_INDEX.parse().unwrap();
Expand Down

0 comments on commit 8ec61e5

Please sign in to comment.