Skip to content

Commit

Permalink
Bump version to 0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Apr 23, 2023
1 parent bac66d3 commit dfcc029
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ edition = "2021"
homepage = "https://fuel.network/"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-vm"
version = "0.26.2"
version = "0.26.3"

[workspace.dependencies]
fuel-asm = { version = "0.26.2", path = "./fuel-asm", default-features = false }
fuel-crypto = { version = "0.26.2", path = "./fuel-crypto", default-features = false }
fuel-merkle = { version = "0.26.2", path = "./fuel-merkle", default-features = false }
fuel-storage = { version = "0.26.2", path = "./fuel-storage", default-features = false }
fuel-tx = { version = "0.26.2", path = "./fuel-tx", default-features = false }
fuel-types = { version = "0.26.2", path = "./fuel-types", default-features = false }
fuel-asm = { version = "0.26.3", path = "./fuel-asm", default-features = false }
fuel-crypto = { version = "0.26.3", path = "./fuel-crypto", default-features = false }
fuel-merkle = { version = "0.26.3", path = "./fuel-merkle", default-features = false }
fuel-storage = { version = "0.26.3", path = "./fuel-storage", default-features = false }
fuel-tx = { version = "0.26.3", path = "./fuel-tx", default-features = false }
fuel-types = { version = "0.26.3", path = "./fuel-types", default-features = false }

0 comments on commit dfcc029

Please sign in to comment.