Skip to content

Commit

Permalink
Bump programs-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 22, 2024
1 parent 63dfa0b commit a9d2c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entropy-programs-runtime"
version = "0.10.0"
version = "0.11.0"
authors = ["Entropy Cryptography <engineering@entropy.xyz>"]
homepage = "https://entropy.xyz/"
license = "AGPL-3.0-or-later"
Expand All @@ -10,7 +10,7 @@ description = "Webassembly runtime for running Entropy programs"

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

[dev-dependencies]
Expand Down

0 comments on commit a9d2c61

Please sign in to comment.