diff --git a/Cargo.lock b/Cargo.lock index dce36f40c..5e5b6585a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.30" +version = "0.1.31" dependencies = [ "binascii", "bls12_381", diff --git a/Cargo.toml b/Cargo.toml index d1ac33e9c..4619abb5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_rs" -version = "0.1.30" +version = "0.1.31" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings" diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index d8c005430..9b479e1c1 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -92,7 +92,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.30" +version = "0.1.31" dependencies = [ "binascii", "bls12_381", @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "clvm_tools_wasm" -version = "0.1.30" +version = "0.1.31" dependencies = [ "clvm_tools_rs", "clvmr", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index f325430fe..4cf269c34 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_wasm" -version = "0.1.30" +version = "0.1.31" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"