Skip to content

Commit 78c6dd7

Browse files
authored
update runtime version to 0.10.0 (#74)
* update runtime version * updates
1 parent 38393c1 commit 78c6dd7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "entropy-programs-core"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Entropy Cryptography <[email protected]>"]
55
homepage = "https://entropy.xyz/"
66
license = "AGPL-3.0-or-later"

runtime/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[package]
22
name = "entropy-programs-runtime"
3-
version = "0.1.0"
3+
version = "0.10.0"
44
authors = ["Entropy Cryptography <[email protected]>"]
55
homepage = "https://entropy.xyz/"
66
license = "AGPL-3.0-or-later"
77
repository = "https://github.com/entropyxyz/programs"
88
edition = "2021"
9+
description = "Webassembly runtime for running Entropy programs"
910

1011
[dependencies]
1112
wasmtime = { version = "12.0.1", features = ["component-model"] }
12-
entropy-programs-core = { version = "0.9.0", path = "../core" }
13+
entropy-programs-core = { version = "0.10.0", path = "../core" }
1314
thiserror = "1.0.47"
1415

1516
[dev-dependencies]

0 commit comments

Comments
 (0)