mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-10 05:39:05 +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-crypto"
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
description = "A `forc` plugin for handling various cryptographic operations and conversions."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -13,8 +13,8 @@ anyhow = "1.0.75"
|
|||
async-trait = "0.1.58"
|
||||
atty = "0.2.14"
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
forc-tracing = { version = "0.58.0", path = "../../forc-tracing" }
|
||||
forc-util = { version = "0.58.0", path = "../../forc-util" }
|
||||
forc-tracing = { version = "0.59.0", path = "../../forc-tracing" }
|
||||
forc-util = { version = "0.59.0", path = "../../forc-util" }
|
||||
fuel-core-types = { workspace = true }
|
||||
fuel-crypto = { workspace = true, features = ["random"] }
|
||||
fuels-core = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue