Skip to content

Commit 12508d4

Browse files
lang: Remove bytemuck_derive version requirement (#3630)
1 parent 157a52f commit 12508d4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lang/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ borsh = "0.10.3"
5858
bytemuck = "1"
5959
solana-program = "2"
6060
thiserror = "1"
61-
62-
# v1.9 specifies `rust-version = "1.84"`, which causes compatibility issues with Solana build
63-
# tools' Rust version (1.79.0 at the time of writing this comment).
64-
# TODO: Remove when the Solana version we use comes with Rust version >= 1.84
65-
bytemuck_derive = ">1.0.0, <1.9"

0 commit comments

Comments
 (0)