mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-11 22:29:29 +00:00
Bump to v0.44.0 (#4945)
This commit is contained in:
parent
254e50edb1
commit
241d30f7cd
25 changed files with 234 additions and 251 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "forc"
|
||||
version = "0.43.2"
|
||||
version = "0.44.0"
|
||||
description = "Fuel Orchestrator."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -22,19 +22,19 @@ ansi_term = "0.12"
|
|||
anyhow = "1.0.41"
|
||||
clap = { version = "3.1", features = ["cargo", "derive", "env"] }
|
||||
clap_complete = "3.1"
|
||||
forc-pkg = { version = "0.43.2", path = "../forc-pkg" }
|
||||
forc-test = { version = "0.43.2", path = "../forc-test" }
|
||||
forc-tracing = { version = "0.43.2", path = "../forc-tracing" }
|
||||
forc-util = { version = "0.43.2", path = "../forc-util" }
|
||||
forc-pkg = { version = "0.44.0", path = "../forc-pkg" }
|
||||
forc-test = { version = "0.44.0", path = "../forc-test" }
|
||||
forc-tracing = { version = "0.44.0", path = "../forc-tracing" }
|
||||
forc-util = { version = "0.44.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.43.2", path = "../sway-core" }
|
||||
sway-error = { version = "0.43.2", path = "../sway-error" }
|
||||
sway-types = { version = "0.43.2", path = "../sway-types" }
|
||||
sway-utils = { version = "0.43.2", path = "../sway-utils" }
|
||||
sway-core = { version = "0.44.0", path = "../sway-core" }
|
||||
sway-error = { version = "0.44.0", path = "../sway-error" }
|
||||
sway-types = { version = "0.44.0", path = "../sway-types" }
|
||||
sway-utils = { version = "0.44.0", path = "../sway-utils" }
|
||||
term-table = "1.3"
|
||||
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue