Skip to content

Commit da9b323

Browse files
sdankelVoxelotIGI-111
authored
chore: bump to 0.63.0 (#6421)
## Description To be merged after #6250 ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers. --------- Co-authored-by: Brandon Kite <brandonkite92@gmail.com> Co-authored-by: IGI-111 <igi-111@protonmail.com>
1 parent 7731c6b commit da9b323

File tree

34 files changed

+417
-392
lines changed

34 files changed

+417
-392
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
run: (cd test-proj && cargo test --release)
269269

270270
cargo-build-workspace:
271-
runs-on: ubuntu-latest
271+
runs-on: buildjet-8vcpu-ubuntu-2204
272272
steps:
273273
- uses: actions/checkout@v3
274274
- name: Install toolchain

0 commit comments

Comments
 (0)