Browse Source

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

acheron 1 year ago
parent
commit
359e2718ba
1 changed files with 1 additions and 1 deletions
  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 = []
 default = []
 
 
 [dependencies]
 [dependencies]
-anchor-lang = "0.29.0"
+anchor-lang = { path = "../../../../lang" }