Skip to content

Commit

Permalink
feat: update sway to 0.65.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Oct 8, 2024
1 parent 9f02688 commit a4574f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Forc.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[package]]
name = "core"
source = "path+from-root-4BA3A18A2D620E67"
source = "path+from-root-8357A6DDC5F39D14"

[[package]]
name = "redstone"
Expand All @@ -9,5 +9,5 @@ dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.64.0#2156bfbbee01ffb85bfca2aae8f185f8e7c715a4"
source = "git+https://github.com/fuellabs/sway?tag=v0.65.2#66bb430395daf5b8f7205f7b9d8d008e2e812d54"
dependencies = ["core"]
2 changes: 1 addition & 1 deletion Forc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
authors = ["Łukasz Kalbarczyk"]
entry = "lib.sw"
forc-version = "0.64.0"
forc-version = "0.65.2"
license = "BUSL"
name = "redstone"
organization = "RedStone"
4 changes: 2 additions & 2 deletions fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
fuel-core = "0.36.0"
forc = "0.64.0"
fuel-core = "0.38.0"
forc = "0.65.2"

0 comments on commit a4574f3

Please sign in to comment.