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

Commit dc8272f

Browse files
Publish record v0.2.1
1 parent d567890 commit dc8272f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

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

record/program/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-record"
3-
version = "0.2.0"
3+
version = "0.2.1"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spl-associated-token-account-client = { version = "1.0.0", path = "../../associa
2323
spl-memo = { version = "5.0", path = "../../memo/program", features = [
2424
"no-entrypoint",
2525
] }
26-
spl-record = { version = "0.2.0", path = "../../record/program", features = ["no-entrypoint"] }
26+
spl-record = { version = "0.2.1", path = "../../record/program", features = ["no-entrypoint"] }
2727
spl-token = { version = "6.0", path = "../program", features = [
2828
"no-entrypoint",
2929
] }

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spl-memo = { version = "5.0.0", path = "../../memo/program", features = [
2828
"no-entrypoint",
2929
] }
3030
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
31-
spl-record = { version = "0.2.0", path = "../../record/program", features = [
31+
spl-record = { version = "0.2.1", path = "../../record/program", features = [
3232
"no-entrypoint",
3333
]}
3434
spl-token-2022 = { version = "5.0.0", path = "../program-2022", features = [

0 commit comments

Comments
 (0)