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
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ groth16-solana = { version = "0.2.0" }
bytemuck = { version = "1.19.0" }
arrayvec = "0.7"
tinyvec = "1.10.0"
pinocchio-token-program = { git= "https://github.com/Lightprotocol/token", rev="9ea04560a039d1a44f0411b5eaa7c0b79ed575ab" }
pinocchio-token-program = { git= "https://github.com/Lightprotocol/token", rev="f7bee9bbc8039c224a88ea76e9ae2edd78e0f9c3" }
# Math and crypto
num-bigint = "0.4.6"
tabled = "0.20"
Expand Down
3 changes: 3 additions & 0 deletions program-tests/compressed-token-test/tests/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ mod burn;

#[path = "mint/ctoken_mint_to.rs"]
mod ctoken_mint_to;

#[path = "mint/cmint_resize.rs"]
mod cmint_resize;
Loading
Loading