소스 검색

fixed the compiler error

0xPratik 1 년 전
부모
커밋
aeb95fc681
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compression/cnft-burn/programs/cnft-burn/Cargo.toml

+ 1 - 0
compression/cnft-burn/programs/cnft-burn/Cargo.toml

@@ -19,3 +19,4 @@ default = []
 anchor-lang = "0.29.0"
 mpl-bubblegum = {version="1.1.0" }
 spl-account-compression = { version="0.3.0",features = ["no-entrypoint","cpi"] }
+ahash = "=0.8.6"