Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed May 17, 2024
1 parent 5b78e69 commit 028eb3e
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/builds/sway
Submodule sway updated 930 files
2 changes: 1 addition & 1 deletion docs/fuels-rs
Submodule fuels-rs updated 291 files
2 changes: 1 addition & 1 deletion docs/fuels-ts
Submodule fuels-ts updated 203 files
4 changes: 2 additions & 2 deletions docs/guides/docs/counter-dapp/building-a-smart-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,11 @@ We have two new files!
- The `Cargo.toml` is the manifest for our new test harness and specifies the required dependencies including `fuels` (the Fuel Rust SDK).
- The `tests/harness.rs` contains some boilerplate test code to get us started, though doesn't call any contract methods just yet.

Open your `Cargo.toml` file and check the version of `fuels` used under `dev-dependencies`. Change the version to `0.61.0` if it's not already:
Open your `Cargo.toml` file and check the version of `fuels` used under `dev-dependencies`. Change the version to `0.62.0` if it's not already:

```toml
[dev-dependencies]
fuels = { version = "0.61.0", features = ["fuel-core-lib"] }
fuels = { version = "0.62.0", features = ["fuel-core-lib"] }
tokio = { version = "1.12", features = ["rt", "macros"] }
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/docs/migration-guide/breaking-change-log
2 changes: 1 addition & 1 deletion docs/nightly/builds/sway
Submodule sway updated 930 files
2 changes: 1 addition & 1 deletion docs/nightly/fuel-graphql-docs
2 changes: 1 addition & 1 deletion docs/nightly/fuels-rs
Submodule fuels-rs updated 291 files
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 203 files
2 changes: 1 addition & 1 deletion docs/nightly/sway
Submodule sway updated 151 files
2 changes: 1 addition & 1 deletion docs/sway
Submodule sway updated 151 files
6 changes: 3 additions & 3 deletions src/config/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"default": {
"forc": "0.58.0",
"rust": "0.61.0",
"ts": "0.86.0",
"forc": "0.59.0",
"rust": "0.62.0",
"ts": "0.88.0",
"wallet": "0.18.1"
}
}

0 comments on commit 028eb3e

Please sign in to comment.