diff --git a/docs/builds/sway b/docs/builds/sway index f000b1359..5cc814a84 160000 --- a/docs/builds/sway +++ b/docs/builds/sway @@ -1 +1 @@ -Subproject commit f000b135996c18de8d753fdacc154d877818ac83 +Subproject commit 5cc814a84edf1d13dc5dcb12f782e4f997250109 diff --git a/docs/fuels-rs b/docs/fuels-rs index f28f60978..0a95de88b 160000 --- a/docs/fuels-rs +++ b/docs/fuels-rs @@ -1 +1 @@ -Subproject commit f28f609786b80d4f9a85ce8d8e56328de6d23fea +Subproject commit 0a95de88b57c7a604ee488a61cdf76b2dafbf615 diff --git a/docs/fuels-ts b/docs/fuels-ts index 24602e51c..f978acc1f 160000 --- a/docs/fuels-ts +++ b/docs/fuels-ts @@ -1 +1 @@ -Subproject commit 24602e51c53e8fab28432e0831e6d7b2e1448a34 +Subproject commit f978acc1ffb7a609676b41329340fd25457a83f3 diff --git a/docs/guides/docs/counter-dapp/building-a-smart-contract.mdx b/docs/guides/docs/counter-dapp/building-a-smart-contract.mdx index a1791f6cf..73fe8f6b7 100644 --- a/docs/guides/docs/counter-dapp/building-a-smart-contract.mdx +++ b/docs/guides/docs/counter-dapp/building-a-smart-contract.mdx @@ -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"] } ``` diff --git a/docs/guides/docs/migration-guide/breaking-change-log b/docs/guides/docs/migration-guide/breaking-change-log index d03ec14c7..c765e3b3b 160000 --- a/docs/guides/docs/migration-guide/breaking-change-log +++ b/docs/guides/docs/migration-guide/breaking-change-log @@ -1 +1 @@ -Subproject commit d03ec14c7b5c1d92935681dd180ced28d794ca3c +Subproject commit c765e3b3bae4d817c9d8c5f650d87392d3117a60 diff --git a/docs/nightly/builds/sway b/docs/nightly/builds/sway index f000b1359..5cc814a84 160000 --- a/docs/nightly/builds/sway +++ b/docs/nightly/builds/sway @@ -1 +1 @@ -Subproject commit f000b135996c18de8d753fdacc154d877818ac83 +Subproject commit 5cc814a84edf1d13dc5dcb12f782e4f997250109 diff --git a/docs/nightly/fuel-graphql-docs b/docs/nightly/fuel-graphql-docs index 9d9b8230b..ab8ccc0f7 160000 --- a/docs/nightly/fuel-graphql-docs +++ b/docs/nightly/fuel-graphql-docs @@ -1 +1 @@ -Subproject commit 9d9b8230b51ae19a52adb13d963275cf03aa691b +Subproject commit ab8ccc0f7e04108e8d75a75fcfff913407304a79 diff --git a/docs/nightly/fuels-rs b/docs/nightly/fuels-rs index f28f60978..0a95de88b 160000 --- a/docs/nightly/fuels-rs +++ b/docs/nightly/fuels-rs @@ -1 +1 @@ -Subproject commit f28f609786b80d4f9a85ce8d8e56328de6d23fea +Subproject commit 0a95de88b57c7a604ee488a61cdf76b2dafbf615 diff --git a/docs/nightly/fuels-ts b/docs/nightly/fuels-ts index 24602e51c..f978acc1f 160000 --- a/docs/nightly/fuels-ts +++ b/docs/nightly/fuels-ts @@ -1 +1 @@ -Subproject commit 24602e51c53e8fab28432e0831e6d7b2e1448a34 +Subproject commit f978acc1ffb7a609676b41329340fd25457a83f3 diff --git a/docs/nightly/sway b/docs/nightly/sway index 9579dd2f7..d9985d811 160000 --- a/docs/nightly/sway +++ b/docs/nightly/sway @@ -1 +1 @@ -Subproject commit 9579dd2f77c8597995d6d7d2995640c26cfb3fe4 +Subproject commit d9985d8111f94235edba9a08fc71a9513ec2a95c diff --git a/docs/sway b/docs/sway index 9579dd2f7..d9985d811 160000 --- a/docs/sway +++ b/docs/sway @@ -1 +1 @@ -Subproject commit 9579dd2f77c8597995d6d7d2995640c26cfb3fe4 +Subproject commit d9985d8111f94235edba9a08fc71a9513ec2a95c diff --git a/src/config/versions.json b/src/config/versions.json index 6eaee950f..4faea7e69 100644 --- a/src/config/versions.json +++ b/src/config/versions.json @@ -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" } }