Skip to content

Commit c925e17

Browse files
committed
Update bytemuck
1 parent a5a7b6a commit c925e17

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

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

lang/tests/space.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pub struct TestNonAccountStruct {
5858
}
5959

6060
#[account(zero_copy)]
61+
#[derive(::bytemuck::Pod)]
6162
#[derive(InitSpace)]
6263
pub struct TestZeroCopyStruct {
6364
pub test_array: [u8; 8],

0 commit comments

Comments
 (0)