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

Commit c84f65c

Browse files
authored
account-compression: update program ids in 0.1.1 (#3670)
1 parent 4e09bd5 commit c84f65c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.

account-compression/Cargo.lock

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

account-compression/programs/account-compression/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-account-compression"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Solana Program Library Account Compression Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -20,8 +20,8 @@ default = []
2020
[dependencies]
2121
anchor-lang = "0.25.0"
2222
bytemuck = "1.8.0"
23-
spl-concurrent-merkle-tree = { version = "0.1.0", path="../../../libraries/concurrent-merkle-tree", features = [ "sol-log" ]}
24-
spl-noop = { version = "0.1.0", path="../noop", features = [ "no-entrypoint" ]}
23+
spl-concurrent-merkle-tree = { version = "0.1.1", path="../../../libraries/concurrent-merkle-tree", features = [ "sol-log" ]}
24+
spl-noop = { version = "0.1.1", path="../noop", features = [ "no-entrypoint" ]}
2525

2626
[profile.release]
2727
overflow-checks = true

account-compression/programs/noop/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-noop"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Solana Program Library No-op Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

account-compression/sdk/idl/spl_account_compression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"name": "spl_account_compression",
44
"instructions": [
55
{

libraries/concurrent-merkle-tree/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-concurrent-merkle-tree"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Solana Program Library Concurrent Merkle Tree"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)