Quellcode durchsuchen

fixed the compiler error

0xPratik vor 1 Jahr
Ursprung
Commit
aeb95fc681
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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"