Skip to content

Commit

Permalink
Merge pull request #702 from FuelLabs/bump-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Braqzen authored Jul 9, 2023
2 parents 0cae5fc + 6b1892b commit eb0aeb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .docs/contributing-book/src/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-FDF4A5DCC6ECD181'
source = 'path+from-root-9BFE6D5D0CBDF740'

[[package]]
name = 'std'
source = 'git+https://github.com/fuellabs/sway?tag=v0.37.0#607ac50176db8bef936f91bacf435d0ea37d041e'
source = 'git+https://github.com/fuellabs/sway?tag=v0.42.1#3b66f8e424bd21e3ba467783b10b36e808cfa6ee'
dependencies = ['core']
6 changes: 3 additions & 3 deletions .docs/contributing-book/src/code/fuel-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
channel = "latest-2023-04-10"
channel = "latest-2023-07-07"

[components]
forc = "0.37.0"
fuel-core = "0.17.8"
forc = "0.42.1"
fuel-core = "0.18.3"
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_VERSION: 1.68.2
RUST_VERSION: 1.70.0

jobs:
lint-toml-files:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: FuelLabs/[email protected]
with:
toolchain: latest
date: 2023-04-12
date: 2023-07-07

- name: Check Sway formatting
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: FuelLabs/[email protected]
with:
toolchain: latest
date: 2023-04-12
date: 2023-07-07

- name: Check Sway formatting
run: forc fmt --check --path ${{ matrix.project }}
Expand Down

0 comments on commit eb0aeb3

Please sign in to comment.