Skip to content

Commit

Permalink
specify local dep for example (FuelLabs#1403)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Hansen <[email protected]>
  • Loading branch information
sezna and Alexander Hansen authored Apr 26, 2022
1 parent 4a21886 commit 8a8e15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions examples/asm_return_tuple_pointer/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[package]]
name = 'asm_return_tuple_pointer'
dependencies = ['std git+https://github.com/fuellabs/sway?tag=v0.10.3#e7676db6f4ebc7a3885f87514d16a703a99410d7']
dependencies = ['std']

[[package]]
name = 'core'
dependencies = []

[[package]]
name = 'std'
source = 'git+https://github.com/fuellabs/sway?tag=v0.10.3#e7676db6f4ebc7a3885f87514d16a703a99410d7'
dependencies = ['core']
1 change: 1 addition & 0 deletions examples/asm_return_tuple_pointer/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ license = "Apache-2.0"
name = "asm_return_tuple_pointer"

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

0 comments on commit 8a8e15b

Please sign in to comment.