File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " entropy-programs-core"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
authors = [
" Entropy Cryptography <[email protected] >" ]
5
5
homepage = " https://entropy.xyz/"
6
6
license = " AGPL-3.0-or-later"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " entropy-programs-runtime"
3
- version = " 0.1 .0"
3
+ version = " 0.10 .0"
4
4
authors = [
" Entropy Cryptography <[email protected] >" ]
5
5
homepage = " https://entropy.xyz/"
6
6
license = " AGPL-3.0-or-later"
7
7
repository = " https://github.com/entropyxyz/programs"
8
8
edition = " 2021"
9
+ description = " Webassembly runtime for running Entropy programs"
9
10
10
11
[dependencies ]
11
12
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" }
13
14
thiserror = " 1.0.47"
14
15
15
16
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments