Bump to v0.59.0 (#6030)

This commit is contained in:
IGI-111 2024-05-17 13:29:22 +02:00 committed by GitHub
parent e97d6acefe
commit d9985d8111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 246 additions and 224 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "forc-tx"
version = "0.58.0"
version = "0.59.0"
description = "A `forc` plugin for constructing transactions."
authors.workspace = true
edition.workspace = true
@ -19,7 +19,7 @@ path = "src/main.rs"
anyhow = "1"
clap = { version = "4.5.4", features = ["derive", "env"] }
devault = "0.1"
forc-util = { version = "0.58.0", path = "../../forc-util" }
forc-util = { version = "0.59.0", path = "../../forc-util" }
fuel-tx = { workspace = true, features = ["serde", "test-helpers", "random"] }
fuel-types = { workspace = true, features = ["serde"] }
serde = "1.0"