From 0c011ddcd99fe220a736dfb3b8c1e165ef8478c7 Mon Sep 17 00:00:00 2001 From: arty Date: Fri, 29 Sep 2023 03:20:49 -0700 Subject: [PATCH] Bump for tests --- Cargo.lock | 2 +- Cargo.toml | 2 +- wasm/Cargo.lock | 8 ++++---- wasm/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 936883f9d..eb5c89e7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.51" +version = "0.1.52" dependencies = [ "binascii", "bls12_381", diff --git a/Cargo.toml b/Cargo.toml index 1b7531157..18bbeef91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_rs" -version = "0.1.51" +version = "0.1.52" 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 38ecaf004..df74c6e64 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -140,7 +140,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.51" +version = "0.1.52" dependencies = [ "binascii", "bls12_381", @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "clvm_tools_wasm" -version = "0.1.51" +version = "0.1.52" dependencies = [ "clvm_tools_rs", "clvmr", @@ -187,9 +187,9 @@ dependencies = [ [[package]] name = "clvmr" -version = "0.2.7" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2890f01537f1be43d2767ae71bbba0d0b3543dbb1ee892092d0ed4d913227fc" +checksum = "9cd344b6dc76235f446025fe9ebe54aa6131e2e59acb49e16be48a3bb3492491" dependencies = [ "bls12_381", "getrandom", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index b7e918f3c..11515c1a6 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_wasm" -version = "0.1.51" +version = "0.1.52" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings" @@ -23,4 +23,4 @@ wasm-bindgen = "=0.2.83" wasm-bindgen-test = "=0.3.25" js-sys = "0.3.60" num-bigint = "0.4.0" -num-traits = "0.2.15" \ No newline at end of file +num-traits = "0.2.15"