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"
version = "0.58.0"
version = "0.59.0"
description = "Fuel Orchestrator."
authors.workspace = true
edition.workspace = true
@ -23,20 +23,20 @@ anyhow = "1.0.41"
clap = { version = "4.5.4", features = ["cargo", "derive", "env"] }
clap_complete = "4.5.2"
clap_complete_fig = "4.5.0"
forc-pkg = { version = "0.58.0", path = "../forc-pkg" }
forc-test = { version = "0.58.0", path = "../forc-test" }
forc-tracing = { version = "0.58.0", path = "../forc-tracing" }
forc-util = { version = "0.58.0", path = "../forc-util" }
forc-pkg = { version = "0.59.0", path = "../forc-pkg" }
forc-test = { version = "0.59.0", path = "../forc-test" }
forc-tracing = { version = "0.59.0", path = "../forc-tracing" }
forc-util = { version = "0.59.0", path = "../forc-util" }
fs_extra = "1.2"
fuel-asm = { workspace = true }
hex = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.73"
sway-core = { version = "0.58.0", path = "../sway-core" }
sway-error = { version = "0.58.0", path = "../sway-error" }
sway-ir = { version = "0.58.0", path = "../sway-ir" }
sway-types = { version = "0.58.0", path = "../sway-types" }
sway-utils = { version = "0.58.0", path = "../sway-utils" }
sway-core = { version = "0.59.0", path = "../sway-core" }
sway-error = { version = "0.59.0", path = "../sway-error" }
sway-ir = { version = "0.59.0", path = "../sway-ir" }
sway-types = { version = "0.59.0", path = "../sway-types" }
sway-utils = { version = "0.59.0", path = "../sway-utils" }
term-table = "1.3"
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
toml = { version = "0.7", features = ["parse"] }