Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a7cd4ff

Browse files
Publish spl-record v0.3.0
1 parent 1209692 commit a7cd4ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

record/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-record"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Solana Program Library Record Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elg
2424
spl-memo = { version = "6.0", path = "../../memo/program", features = [
2525
"no-entrypoint",
2626
] }
27-
spl-record = { version = "0.2.1", path = "../../record/program", features = ["no-entrypoint"] }
27+
spl-record = { version = "0.3.0", path = "../../record/program", features = ["no-entrypoint"] }
2828
spl-token = { version = "7.0", path = "../program", features = [
2929
"no-entrypoint",
3030
] }

token/program-2022-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spl-memo = { version = "6.0.0", path = "../../memo/program", features = [
2929
"no-entrypoint",
3030
] }
3131
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
32-
spl-record = { version = "0.2.1", path = "../../record/program", features = [
32+
spl-record = { version = "0.3.0", path = "../../record/program", features = [
3333
"no-entrypoint",
3434
]}
3535
spl-token-2022 = { version = "6.0.0", path = "../program-2022", features = [

0 commit comments

Comments
 (0)