Skip to content

Commit

Permalink
Fix one test not pointing to local std
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadfawaz committed Jun 24, 2022
1 parent a8f596d commit 07e475d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[[package]]
name = 'core'
source = 'path+from-root-A102296F39438745'
source = 'path+from-root-E1D1F5F82094B853'
dependencies = []

[[package]]
name = 'match_expressions_rest'
source = 'root'
dependencies = ['std']

[[package]]
name = 'std'
source = 'git+https://github.com/fuellabs/sway?tag=v0.16.1#dcf22453aeb054335d96ef810da9d4f756d869b7'
dependencies = ['core']
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[project]
authors = ["Fuel Labs <[email protected]>"]
entry = "main.sw"
license = "Apache-2.0"
name = "match_expressions_rest"
entry = "main.sw"
implicit-std = true

[dependencies]
core = { path = "../../../../../../../sway-lib-core" }

0 comments on commit 07e475d

Please sign in to comment.