mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-10 21:58:27 +00:00
Bump to v0.59.0 (#6030)
This commit is contained in:
parent
e97d6acefe
commit
d9985d8111
27 changed files with 246 additions and 224 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "forc-debug"
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
description = "Supports debugging Sway code via CLI and DAP server."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -12,8 +12,8 @@ repository.workspace = true
|
|||
anyhow = "1.0" # Used by the examples and for conversion only
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
dap = "0.4.1-alpha1"
|
||||
forc-pkg = { version = "0.58.0", path = "../../forc-pkg" }
|
||||
forc-test = { version = "0.58.0", path = "../../forc-test" }
|
||||
forc-pkg = { version = "0.59.0", path = "../../forc-pkg" }
|
||||
forc-test = { version = "0.59.0", path = "../../forc-test" }
|
||||
fuel-core-client = { workspace = true }
|
||||
fuel-types = { workspace = true, features = ["serde"] }
|
||||
fuel-vm = { workspace = true, features = ["serde"] }
|
||||
|
@ -21,8 +21,8 @@ rayon = "1.7.0"
|
|||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
shellfish = { version = "0.6.0", features = ["rustyline", "async", "tokio"] }
|
||||
sway-core = { version = "0.58.0", path = "../../sway-core" }
|
||||
sway-types = { version = "0.58.0", path = "../../sway-types" }
|
||||
sway-core = { version = "0.59.0", path = "../../sway-core" }
|
||||
sway-types = { version = "0.59.0", path = "../../sway-types" }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.8", features = [
|
||||
"net",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue