Skip to content

Commit

Permalink
update runtime version to 0.10.0 (#74)
Browse files Browse the repository at this point in the history
* update runtime version

* updates
  • Loading branch information
JesseAbram committed Apr 26, 2024
1 parent 38393c1 commit 78c6dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entropy-programs-core"
version = "0.9.0"
version = "0.10.0"
authors = ["Entropy Cryptography <engineering@entropy.xyz>"]
homepage = "https://entropy.xyz/"
license = "AGPL-3.0-or-later"
Expand Down
5 changes: 3 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[package]
name = "entropy-programs-runtime"
version = "0.1.0"
version = "0.10.0"
authors = ["Entropy Cryptography <engineering@entropy.xyz>"]
homepage = "https://entropy.xyz/"
license = "AGPL-3.0-or-later"
repository = "https://github.com/entropyxyz/programs"
edition = "2021"
description = "Webassembly runtime for running Entropy programs"

[dependencies]
wasmtime = { version = "12.0.1", features = ["component-model"] }
entropy-programs-core = { version = "0.9.0", path = "../core" }
entropy-programs-core = { version = "0.10.0", path = "../core" }
thiserror = "1.0.47"

[dev-dependencies]
Expand Down

0 comments on commit 78c6dd7

Please sign in to comment.