diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-14 18:00:46 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-14 18:00:46 +0100 |
| commit | d2b30c3e5ee51b76472dd7cef29963b7757298a6 (patch) | |
| tree | 68f7a08ca4e03e3c709d111aaba5e55218d4afdd /Cargo.lock | |
| parent | 366ef5438468c4f13c6bf7d970ce450160942b94 (diff) | |
feat: support more wasm opcodes
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -224,9 +224,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" +checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" dependencies = [ "indenter", "once_cell", |
