Skip to content

Commit 07054c2

Browse files
authored
Add Wasmi v 1.0.9 (#41)
1 parent 2bbf9a6 commit 07054c2

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
conan export soci/all --version=4.0.3
4848
conan export wasm-xrplf/all --version=2.4.1-xrplf
4949
conan export wasmi/all --version=1.0.6
50+
conan export wasmi/all --version=1.0.9
5051
- name: Add Conan remote
5152
run: |
5253
conan remote add --index 0 ${{ env.CONAN_REMOTE_NAME }} ${{ env.CONAN_REMOTE_URL }}

recipes/wasmi/all/conandata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Do not update. Maintained by programmability team.
22

33
sources:
4+
"1.0.9":
5+
url: https://github.com/XRPLF/wasmi/archive/refs/tags/v1.0.9.tar.gz
6+
sha256: 2be22c2db1ca64b54f24d6aa8bd6751682cbf930b8ab626190350718e479981d
47
"1.0.6":
58
url: https://github.com/XRPLF/wasmi/archive/refs/tags/v1.0.6.tar.gz
69
sha256: 05edd402f381bc3a4c6fb683b85dabaf4daf51f2f1e68b9010db5f9644450d64

recipes/wasmi/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
versions:
2+
"1.0.9":
3+
folder: all
24
"1.0.6":
35
folder: all

0 commit comments

Comments
 (0)