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 = "sway-parse"
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
description = "Sway's parser"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -13,9 +13,9 @@ extension-trait = "1.0.1"
|
|||
num-bigint = "0.4.3"
|
||||
num-traits = "0.2.14"
|
||||
phf = { version = "0.10.1", features = ["macros"] }
|
||||
sway-ast = { version = "0.58.0", path = "../sway-ast" }
|
||||
sway-error = { version = "0.58.0", path = "../sway-error" }
|
||||
sway-types = { version = "0.58.0", path = "../sway-types" }
|
||||
sway-ast = { version = "0.59.0", path = "../sway-ast" }
|
||||
sway-error = { version = "0.59.0", path = "../sway-error" }
|
||||
sway-types = { version = "0.59.0", path = "../sway-types" }
|
||||
thiserror = "1.0"
|
||||
unicode-bidi = "0.3.13"
|
||||
unicode-xid = "0.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue