Bump to v0.44.0 (#4945)

This commit is contained in:
IGI-111 2023-08-14 15:33:58 +02:00 committed by GitHub
parent 254e50edb1
commit 241d30f7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 234 additions and 251 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "forc-tx"
version = "0.43.2"
version = "0.44.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 = "3", features = ["derive", "env"] }
devault = "0.1"
forc-util = { version = "0.43.2", path = "../../forc-util" }
forc-util = { version = "0.44.0", path = "../../forc-util" }
fuel-tx = { workspace = true, features = ["serde"] }
fuel-types = { workspace = true, features = ["serde"] }
serde = "1.0"