Skip to content

Commit dcd27d3

Browse files
Merge pull request #40 from FuelLabs/bump/ignition
docs: Bump updates
2 parents 194b731 + 4b416aa commit dcd27d3

File tree

4 files changed

+56
-50
lines changed

4 files changed

+56
-50
lines changed

sway-store/fuel-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
channel = "testnet"
33

44
[components]
5-
forc = "0.65.1"
6-
fuel-core = "0.37.0"
5+
forc = "0.66.1"
6+
fuel-core = "0.40.0"

sway-store/sway-programs/Forc.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[package]]
22
name = "core"
3-
source = "path+from-root-4BA3A18A2D620E67"
3+
source = "path+from-root-9C8BBF4FF32C2CC9"
44

55
[[package]]
66
name = "std"
7-
source = "git+https://github.com/fuellabs/sway?tag=v0.64.0#2156bfbbee01ffb85bfca2aae8f185f8e7c715a4"
7+
source = "git+https://github.com/fuellabs/sway?tag=v0.66.1#d5662c6bd0e5519446aa1b3ebb6af703025accec"
88
dependencies = ["core"]
99

1010
[[package]]

sway-store/sway-programs/contract/Cargo.lock

Lines changed: 50 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sway-store/sway-programs/contract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = ["Call Delegation <[email protected]>"
77
license = "Apache-2.0"
88

99
[dev-dependencies]
10-
fuels = "0.66.6"
11-
fuel-core-client = { version = "0.37", default-features = false }
10+
fuels = "0.66.9"
11+
fuel-core-client = { version = "0.40", default-features = false }
1212
tokio = { version = "1.12", features = ["rt", "macros"] }
1313

1414
[[test]]

0 commit comments

Comments
 (0)