Skip to content

Commit

Permalink
🔧 Set rust version to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihrs committed Mar 18, 2024
1 parent 8ad53c2 commit 1bcd6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
solana-version: v1.16.18
anchor-version: v0.28.0
rust-version: 1.73.0
setup-node: 20
workspace: "tests/anchor"

Expand Down
2 changes: 1 addition & 1 deletion tests/anchor/programs/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "basic"
version = "0.1.0"
description = "Created with Anchor"
rust-version = "1.73"
rust-version = "1.73.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 1bcd6b1

Please sign in to comment.