Skip to content

Commit b348742

Browse files
committed
Bump to 0.5.0
1 parent 36ae343 commit b348742

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chisel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "chisel"
33
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"]
66
license = "Apache-2.0"
77
repository = "https://github.com/wasmx/wasm-chisel"
@@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm", "blockchain", "ethereum"]
1111
edition = "2018"
1212

1313
[dependencies]
14-
libchisel = { path = "../libchisel", version = "0.4.0" }
14+
libchisel = { path = "../libchisel", version = "0.5.0" }
1515
parity-wasm = "^0.35.6"
1616
clap = "2.32.0"
1717
serde = "1.0.80"

libchisel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libchisel"
33
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"]
66
license = "Apache-2.0"
77
repository = "https://github.com/wasmx/wasm-chisel"

0 commit comments

Comments
 (0)