diff --git a/Cargo.lock b/Cargo.lock index 39980215f4c..d8d9e52607a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8287,7 +8287,7 @@ dependencies = [ [[package]] name = "spl-record" -version = "0.2.1" +version = "0.3.0" dependencies = [ "bytemuck", "num-derive", diff --git a/record/program/Cargo.toml b/record/program/Cargo.toml index ba03c64bf8b..fd6bcdecc1a 100644 --- a/record/program/Cargo.toml +++ b/record/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl-record" -version = "0.2.1" +version = "0.3.0" description = "Solana Program Library Record Program" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" diff --git a/token/client/Cargo.toml b/token/client/Cargo.toml index a4bfda688ea..4b6aecfc0c1 100644 --- a/token/client/Cargo.toml +++ b/token/client/Cargo.toml @@ -24,7 +24,7 @@ spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elg spl-memo = { version = "6.0", path = "../../memo/program", features = [ "no-entrypoint", ] } -spl-record = { version = "0.2.1", path = "../../record/program", features = ["no-entrypoint"] } +spl-record = { version = "0.3.0", path = "../../record/program", features = ["no-entrypoint"] } spl-token = { version = "7.0", path = "../program", features = [ "no-entrypoint", ] } diff --git a/token/program-2022-test/Cargo.toml b/token/program-2022-test/Cargo.toml index c3a5d951731..69851237689 100644 --- a/token/program-2022-test/Cargo.toml +++ b/token/program-2022-test/Cargo.toml @@ -29,7 +29,7 @@ spl-memo = { version = "6.0.0", path = "../../memo/program", features = [ "no-entrypoint", ] } spl-pod = { version = "0.5.0", path = "../../libraries/pod" } -spl-record = { version = "0.2.1", path = "../../record/program", features = [ +spl-record = { version = "0.3.0", path = "../../record/program", features = [ "no-entrypoint", ]} spl-token-2022 = { version = "6.0.0", path = "../program-2022", features = [