Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 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 programs/dark_ritual_transfer_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ spl-tlv-account-resolution = "=0.5.1"
# spl-type-length-value 0.3.0) exactly match the locked tree. no-entrypoint keeps the
# token-2022 entrypoint out of our cdylib; we only read the TransferHookAccount extension.
# Default features (token-group, zk-ops) are kept: 1.0.0 fails to compile without zk-ops.
spl-token-2022 = { version = "=1.0.0", features = ["no-entrypoint"] }
spl-token-2022 = { version = "=3.0.5", features = ["no-entrypoint"] }
sha2 = { workspace = true }
Loading