wasmtime 10.0.1-x86_64-linux → 11.0.0-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c470fe18e43cf6c17cc4936f7c9608f45a55820a1fbbce6b3e525d1ce43c9052
4
- data.tar.gz: 07c70cd8a300011bfd929efb11e8faf51861f1ac79fbb45a0533e6c29f0ba1ae
3
+ metadata.gz: f5239300cefb9ba07d032fa9761cd4fef07e7bc90a7f3a3e6bc9f470883fcb9a
4
+ data.tar.gz: 8f9bdc68e1d7d0448aa07ca3e47cf62e90fd1ff0c1875a9b3d66bcdeb3efd2d0
5
5
  SHA512:
6
- metadata.gz: abe3f0e41d92cab02988c592f4dc791355b81639a2b5062ff490d8a628ebc9fe3e95a1d5e7340d065b4131cb2ce9fbd00283e36d320270a673ea852012420436
7
- data.tar.gz: 116cb0a6ae6177bc9b0e4c92b45e8cadf2e6b51c28838ccc8f70bf64009810b03a96daef71d8202ea1753a7c725ca58cc6ffc1795d079875d667ec36a90b8286
6
+ metadata.gz: 5e4f5786e3fc4f853163d3a41450fc8a475460f8995da5b453030392c4790bf41669580677a1b7faba16f4c39a6d58da4307f1ebffd7c827e45d03219bfdf1a6
7
+ data.tar.gz: de7fcd92ca617b61b41dd8bd40440c7726402f5b00a0fdd74349974c2aeba93baf764c01eb982ddafba970b680e656f03b95d2f28233f233cb9aa2649accdee5
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "10.0.1"
4
+ VERSION = "11.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wasmtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.1
4
+ version: 11.0.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - The Wasmtime Project Developers