Skip to content

Commit

Permalink
Merge pull request #139 from da1suk8/feat/bump_1.5.1
Browse files Browse the repository at this point in the history
feat: bump up wasmvm from v1.1.1 to v1.5.1
  • Loading branch information
da1suk8 authored Feb 6, 2024
2 parents 3b51958 + 08a5453 commit 047d18b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## [Unreleased](https://github.com/Finschia/wasmvm/compare/v1.1.1-0.11.6...HEAD)

### Features
* bump up wasmvm from v1.1.1 to v1.4.1 ([#136](https://github.com/Finschia/wasmvm/pull/136))
* bump up wasmvm from v1.1.1 to v1.5.1 ([#139](https://github.com/Finschia/wasmvm/pull/139))
* bump up wasmvm from v1.1.1 to v1.5.0 ([#138](https://github.com/Finschia/wasmvm/pull/138))
* bump up wasmvm from v1.1.1 to v1.4.1 ([#136](https://github.com/Finschia/wasmvm/pull/136))

## [[1.1.1-0.11.6](https://github.com/Finschia/wasmvm/compare/v1.1.1+0.11.5...v1.1.1-0.11.6)] - 2023-10-18
### Changes
Expand Down
Binary file modified internal/api/libwasmvm.aarch64.so
Binary file not shown.
Binary file modified internal/api/libwasmvm.dylib
Binary file not shown.
Binary file modified internal/api/libwasmvm.x86_64.so
Binary file not shown.
28 changes: 14 additions & 14 deletions libwasmvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/Finschia/cosmwasm", branch = "feat/bump_1.5.0", features = ["iterator","staking","stargate"]}
cosmwasm-vm = { git = "https://github.com/Finschia/cosmwasm", branch = "feat/bump_1.5.0", features = ["iterator","staking","stargate"]}
cosmwasm-std = { git = "https://github.com/Finschia/cosmwasm", branch = "feat/bump_1.5.1", features = ["iterator","staking","stargate"]}
cosmwasm-vm = { git = "https://github.com/Finschia/cosmwasm", branch = "feat/bump_1.5.1", features = ["iterator","staking","stargate"]}
errno = "0.2"
serde_json = "1.0.91"
thiserror = "1.0.38"
Expand Down

0 comments on commit 047d18b

Please sign in to comment.