Skip to content

Commit 817eb9f

Browse files
committed
Add support for PodList
1 parent fcd6052 commit 817eb9f

File tree

8 files changed

+366
-23
lines changed

8 files changed

+366
-23
lines changed

Cargo.lock

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

pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-pod"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Solana Program Library Plain Old Data (Pod)"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-program/libraries"

pod/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
pub mod bytemuck;
44
pub mod error;
5+
pub mod list;
56
pub mod option;
67
pub mod optional_keys;
78
pub mod primitives;

0 commit comments

Comments
 (0)