Skip to content

Commit

Permalink
Merge pull request #14 from FuelLabs/bump_repo_v0.44
Browse files Browse the repository at this point in the history
Bump standards to forc v0.44
  • Loading branch information
bitzoic authored Aug 17, 2023
2 parents 2c40e39 + 945d266 commit 7f5db40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
CARGO_TERM_COLOR: always
REGISTRY: ghcr.io
RUST_VERSION: 1.68.2
FORC_VERSION: 0.38.0
CORE_VERSION: 0.17.11
FORC_VERSION: 0.44.0
CORE_VERSION: 0.20.3
PATH_TO_SCRIPTS: .github/scripts

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use standard::src_20;
> **NOTE** The SRC-20 standard is currently in draft. This cannot be imported until the standard is finalized. You may implement your own abi using the standard in order to prepare for the standard's release.
> **Note**
> All standards currently use `forc v0.38.0`.
> All standards currently use `forc v0.44.0`.
<!-- TODO:
## Contributing
Expand Down

0 comments on commit 7f5db40

Please sign in to comment.