Skip to content

Commit

Permalink
Upgrade to version 0.37.0 (#583)
Browse files Browse the repository at this point in the history
* Upgrade to version 0.37.0

* Add back Unreleased header
  • Loading branch information
Brandon Vrooman authored Sep 7, 2023
1 parent 5030f96 commit 4340d14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [Version 0.37.0]

#### Breaking

- [#573](https://github.com/FuelLabs/fuel-vm/pull/573): Added `base_asset_id` as a required field to `FeeParameters`. `base_asset_id` is used to supply the ID of the base asset.
Expand Down
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ edition = "2021"
homepage = "https://fuel.network/"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-vm"
version = "0.36.1"
version = "0.37.0"

[workspace.dependencies]
fuel-asm = { version = "0.36.1", path = "fuel-asm", default-features = false }
fuel-crypto = { version = "0.36.1", path = "fuel-crypto", default-features = false }
fuel-derive = { version = "0.36.1", path = "fuel-derive", default-features = false }
fuel-merkle = { version = "0.36.1", path = "fuel-merkle", default-features = false }
fuel-storage = { version = "0.36.1", path = "fuel-storage", default-features = false }
fuel-tx = { version = "0.36.1", path = "fuel-tx", default-features = false }
fuel-types = { version = "0.36.1", path = "fuel-types", default-features = false }
fuel-vm = { version = "0.36.1", path = "fuel-vm", default-features = false }
fuel-asm = { version = "0.37.0", path = "fuel-asm", default-features = false }
fuel-crypto = { version = "0.37.0", path = "fuel-crypto", default-features = false }
fuel-derive = { version = "0.37.0", path = "fuel-derive", default-features = false }
fuel-merkle = { version = "0.37.0", path = "fuel-merkle", default-features = false }
fuel-storage = { version = "0.37.0", path = "fuel-storage", default-features = false }
fuel-tx = { version = "0.37.0", path = "fuel-tx", default-features = false }
fuel-types = { version = "0.37.0", path = "fuel-types", default-features = false }
fuel-vm = { version = "0.37.0", path = "fuel-vm", default-features = false }
bincode = { version = "1.3", default-features = false }
criterion = "0.5.0"

0 comments on commit 4340d14

Please sign in to comment.