Skip to content

Commit

Permalink
Publish spl-record v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 1209692 commit a7cd4ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion record/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a7cd4ff

Please sign in to comment.