Skip to content

Commit

Permalink
Remove redundant core dependency. (FuelLabs#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Mar 27, 2022
1 parent 437ed13 commit 891408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
[[package]]
name = 'core'
source = 'git+https://github.com/FuelLabs/sway-lib-core?reference=master#30274cf817c1848e28f984c2e8703eb25e7a3a44'
source = 'git+https://github.com/FuelLabs/sway-lib-core?reference=master#082bc8eb0616586ac0000825bfe6e9d47b0c713f'
dependencies = []

[[package]]
name = 'match_expressions_non_exhaustive'
dependencies = [
'core git+https://github.com/FuelLabs/sway-lib-core?reference=master#30274cf817c1848e28f984c2e8703eb25e7a3a44',
'std git+https://github.com/FuelLabs/sway-lib-std?reference=master#7b973a638d5220228be616f1f89a249846001549',
]

[[package]]
name = 'std'
source = 'git+https://github.com/FuelLabs/sway-lib-std?reference=master#7b973a638d5220228be616f1f89a249846001549'
dependencies = ['core git+https://github.com/FuelLabs/sway-lib-core?reference=master#30274cf817c1848e28f984c2e8703eb25e7a3a44']
dependencies = ['core git+https://github.com/FuelLabs/sway-lib-core?reference=master#082bc8eb0616586ac0000825bfe6e9d47b0c713f']
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ name = "match_expressions_non_exhaustive"
entry = "main.sw"

[dependencies]
std = { git = "https://github.com/FuelLabs/sway-lib-std", branch = "master" }
core = { git = "https://github.com/FuelLabs/sway-lib-core", branch = "master" }

0 comments on commit 891408a

Please sign in to comment.