You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to forc v0.67.0 and prepare v0.25.0 release (#334)
## Type of change
<!--Delete points that do not apply-->
- Improvement (refactoring, restructuring repository, cleaning tech
debt, ...)
## Changes
The following changes have been made:
- Updates the repository to forc `v0.67.0`
- Prepares for the `v0.25.0` release
## Checklist
- [x] I have linked to any relevant issues.
- [x] I have commented my code, particularly in hard-to-understand
areas.
- [x] 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)
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [x] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [x] 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).
- [x] I have requested a review from the relevant team or maintainers.
- [x] I have updated the changelog to reflect the changes on this PR.
@@ -97,7 +97,7 @@ For more information about implementation please refer to the [Sway Libs Docs Hu
97
97
98
98
## Running Tests
99
99
100
-
There are two sets of tests that should be run: inline tests and sdk-harness tests. Please make sure you are using `forc v0.66.7` and `fuel-core v0.41.4`. You can check what version you are using by running the `fuelup show` command.
100
+
There are two sets of tests that should be run: inline tests and sdk-harness tests. Please make sure you are using `forc v0.67.0` and `fuel-core v0.41.4`. You can check what version you are using by running the `fuelup show` command.
101
101
102
102
Make sure you are in the source directory of this repository `sway-libs/<you are here>`.
103
103
@@ -119,7 +119,7 @@ forc test --path tests --release --locked && cargo test --manifest-path tests/Ca
119
119
Any instructions related to using a specific library should be found within the README.md of that library.
120
120
121
121
> **NOTE:**
122
-
> All projects currently use `forc v0.66.7`, `fuels-rs v0.70.0` and `fuel-core v0.41.4`.
122
+
> All projects currently use `forc v0.67.0`, `fuels-rs v0.70.0` and `fuel-core v0.41.4`.
0 commit comments