Skip to content

Commit

Permalink
Temporarily use local std dependency in LSP test
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Feb 7, 2024
1 parent 2abaa0d commit 24f0de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sway-lsp/tests/fixtures/tokens/storage/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ name = "storage"
implicit-std = false

[dependencies]
std = { git = "https://github.com/FuelLabs/sway", tag = "v0.48.1" }
# TODO: Temporarily use the local std before the tests dependencies are bumped to v0.50.0.
# std = { git = "https://github.com/FuelLabs/sway", tag = "v0.48.1" }
std = { path = "../../../../../sway-lib-std" }

0 comments on commit 24f0de1

Please sign in to comment.