Skip to content

Commit

Permalink
Change auto_import test to use git tag of std lib (FuelLabs#5501)
Browse files Browse the repository at this point in the history
## Description
There isn't a good reason to target the local std-lib for these tests,
targeting the git tag helps reduce churn on people working on the
std-lib.
  • Loading branch information
JoshuaBatty authored Jan 22, 2024
1 parent def5f67 commit 161c373
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sway-lsp/tests/fixtures/auto_import/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ name = "auto_import"
implicit-std = false

[dependencies]
std = { path = "../../../../sway-lib-std" }
core = { path = "../../../../sway-lib-core" }
std = { git = "https://github.com/FuelLabs/sway", tag = "v0.48.1" }

0 comments on commit 161c373

Please sign in to comment.