Skip to content

Commit

Permalink
Fuel asm release 0.36.0 (#828)
Browse files Browse the repository at this point in the history
###### Description of changes

Release breaking change for new fuel-asm library
  • Loading branch information
Voxelot authored Feb 8, 2023
1 parent fc5c7be commit ef62117
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
rust-version = "1.67.0"
version = "0.35.1"
version = "0.36.0"

[workspace.dependencies]
fuel-asm = "0.26"
Expand All @@ -49,11 +49,11 @@ fuel-core-client = "0.17"
fuel-core-chain-config = "0.17"
fuel-core-types = "0.17"
fuel-vm = "0.26"
fuels = { version = "0.35.1", path = "./packages/fuels" }
fuels-code-gen = { version = "0.35.1", path = "./packages/fuels-code-gen" }
fuels-core = { version = "0.35.1", path = "./packages/fuels-core" }
fuels-macros = { version = "0.35.1", path = "./packages/fuels-macros" }
fuels-programs = { version = "0.35.1", path = "./packages/fuels-programs" }
fuels-signers = { version = "0.35.1", path = "./packages/fuels-signers" }
fuels-test-helpers = { version = "0.35.1", path = "./packages/fuels-test-helpers" }
fuels-types = { version = "0.35.1", path = "./packages/fuels-types" }
fuels = { version = "0.36.0", path = "./packages/fuels" }
fuels-code-gen = { version = "0.36.0", path = "./packages/fuels-code-gen" }
fuels-core = { version = "0.36.0", path = "./packages/fuels-core" }
fuels-macros = { version = "0.36.0", path = "./packages/fuels-macros" }
fuels-programs = { version = "0.36.0", path = "./packages/fuels-programs" }
fuels-signers = { version = "0.36.0", path = "./packages/fuels-signers" }
fuels-test-helpers = { version = "0.36.0", path = "./packages/fuels-test-helpers" }
fuels-types = { version = "0.36.0", path = "./packages/fuels-types" }
2 changes: 1 addition & 1 deletion docs/src/providers/short-lived.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ let wallet = launch_provider_and_get_wallet().await;
The `fuel-core-lib` is a feature defined in the `fuels` library, allowing us to run a `fuel-core` node without installing the `fuel-core` binary on the local machine. Using the `fuel-core-lib` feature flag entails downloading all the dependencies needed to run the fuel-core node.

```rust,ignore
fuels = { version = "0.35.1", features = ["fuel-core-lib"] }
fuels = { version = "0.36.0", features = ["fuel-core-lib"] }
```

0 comments on commit ef62117

Please sign in to comment.