Skip to content

Commit

Permalink
Rectrict rust 1.79 to the SBF target
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Aug 30, 2024
1 parent 6c43f43 commit d5767d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[target.'cfg(target_os = "solana")']
rust-version = "1.79.0" # solana platform-tools rust version

[dependencies]
Expand Down

0 comments on commit d5767d4

Please sign in to comment.