Skip to content

Commit

Permalink
deploy: c3568c3
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed May 29, 2024
1 parent 3b35f84 commit a500833
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions book/code/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies = ["std"]

[[package]]
name = "core"
source = "path+from-root-C3992B43B72ADB8C"
source = "path+from-root-E19CE48B3E858B72"

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.49.1#2ac7030570f22510b0ac2a7b5ddf7baa20bdc0e1"
dependencies = ["core"]
source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
dependencies = ["core"]
2 changes: 1 addition & 1 deletion book/code/connect_four/src/main.sw
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ impl ConnectFour for Contract {
Game::new(player_one, player_two)
}

fn move(column: u64, game: Game) -> Game {
fn move(_column: u64, game: Game) -> Game {
game
}
}
6 changes: 3 additions & 3 deletions book/code/fuel-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
channel = "nightly-2024-01-24"
channel = "nightly-2024-05-28"

[components]
forc = "0.49.1"
fuel-core = "0.22.0"
forc = "0.60.0"
fuel-core = "0.26.0"

0 comments on commit a500833

Please sign in to comment.