Skip to content

Commit

Permalink
fixed the noop version and client lock file update
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Sep 25, 2024
1 parent d87ede8 commit 9a7ee42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions clients/rust/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 clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ spl-account-compression = { version = "0.4.0", features = ["no-entrypoint", "cpi
spl-associated-token-account = { version = ">= 1.1.3", features = ["no-entrypoint"] }
spl-concurrent-merkle-tree = "0.3.0"
spl-merkle-tree-reference = "0.1.0"
spl-noop = { version = "0.4.0", features = ["no-entrypoint"] }
spl-noop = { version = "0.2.0", features = ["no-entrypoint"] }
spl-token = { version = ">= 3.5.0", features = ["no-entrypoint"] }

0 comments on commit 9a7ee42

Please sign in to comment.