Skip to content

Commit

Permalink
deps: updates wazero to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
A bug in beta1 was fixed and released in beta2 tetratelabs/wazero#783

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt committed Aug 31, 2022
1 parent 46e07c7 commit 9d634b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wazero/x/go.mod
Expand Up @@ -2,4 +2,4 @@ module wa

go 1.18

require github.com/tetratelabs/wazero v1.0.0-beta.1
require github.com/tetratelabs/wazero v1.0.0-beta.2
4 changes: 2 additions & 2 deletions wazero/x/go.sum
@@ -1,2 +1,2 @@
github.com/tetratelabs/wazero v1.0.0-beta.1 h1:O5DZxiXG0WUUjuq4dwomA5gODRNnzF8LzQ+UOqGY5kY=
github.com/tetratelabs/wazero v1.0.0-beta.1/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg=
github.com/tetratelabs/wazero v1.0.0-beta.2 h1:Qa1R1oizAYHcmy8PljgINdXUZ/nRQkxUBbYfGSb4IBE=
github.com/tetratelabs/wazero v1.0.0-beta.2/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg=

0 comments on commit 9d634b8

Please sign in to comment.