瀏覽代碼

tests: Fix non-path `anchor-lang` dep in tests (#2811)

acheron 1 年之前
父節點
當前提交
359e2718ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/misc/programs/overflow-checks/Cargo.toml

+ 1 - 1
tests/misc/programs/overflow-checks/Cargo.toml

@@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
 default = []
 
 [dependencies]
-anchor-lang = "0.29.0"
+anchor-lang = { path = "../../../../lang" }