We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb2e89 commit 171bbefCopy full SHA for 171bbef
.github/workflows/ci-message-buffer.yml
@@ -28,6 +28,8 @@ jobs:
28
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
29
- name: Install Anchor
30
run: |
31
+ # Avoid cargo registry config clash with recent versions
32
+ export CARGO_HOME=$HOME/.cargo/1.66.1
33
# Anchor doesn't build with newer Rust
34
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
35
- name: Install g++ 12
target_chains/near/rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
# Cannot upgrade: tests fail with rust 1.88.0.
3
-channel = "1.79.0"
+channel = "1.81.0"
0 commit comments