mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-02 16:11:38 +00:00
fix: return 8.0 as new ones has different WIT syntax (#40)
* return wast 8.0 * remove wast from renovate
This commit is contained in:
@ -16,7 +16,8 @@ it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
|
||||
serde = { version = "1.0.152", features = ["derive", "rc"]}
|
||||
|
||||
nom = { version = "7.1", optional = true }
|
||||
wast = { version = "55.0", optional = true }
|
||||
# do not update wast, new versions expect different wit syntax
|
||||
wast = { version = "8.0", optional = true }
|
||||
|
||||
variant_count = "1.1"
|
||||
|
||||
|
Reference in New Issue
Block a user