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:
Valery Antopol
2023-03-21 17:51:24 +03:00
committed by GitHub
parent 24c2d06327
commit cdcf051f97
4 changed files with 10 additions and 22 deletions

View File

@ -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"