summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-12 10:09:38 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-12 10:09:38 +0100
commit97fb3cc56442c4d831ef2c9e1599cc8105ff2b96 (patch)
tree2f62d90956cfa39490112a93d8ba9bb41c6b8577 /Cargo.lock
parent1663131fb135abf96e4e68a5f872d5cb282ec5e5 (diff)
test(tinywasm): add AssertReturn to spec test harness
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d8b151c..bdc7417 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -664,6 +664,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
name = "tinywasm"
version = "0.0.3"
dependencies = [
+ "eyre",
"log",
"owo-colors",
"tinywasm-parser",