Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 26, 2019
1 parent fc53cc6 commit d783465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chisel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "chisel"
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]"]
license = "Apache-2.0"
repository = "https:/wasmx/wasm-chisel"
Expand All @@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm", "blockchain", "ethereum"]
edition = "2018"

[dependencies]
libchisel = { path = "../libchisel" }
libchisel = { path = "../libchisel", version = "0.2.0" }
parity-wasm = "^0.35.6"
clap = "2.32.0"
serde = "1.0.80"
Expand Down
2 changes: 1 addition & 1 deletion libchisel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libchisel"
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"]
license = "Apache-2.0"
repository = "https:/wasmx/wasm-chisel"
Expand Down

0 comments on commit d783465

Please sign in to comment.