From 4c5cea47bed0c826f5f124da85ce242ad6153369 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Thu, 22 Feb 2024 21:49:24 +0000 Subject: [PATCH] 0.6.0-rc2 --- Cargo.lock | 4 ++-- mutiny-core/Cargo.toml | 2 +- mutiny-wasm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a756a7561..5e6e9ad2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "mutiny-core" -version = "0.6.0-rc1" +version = "0.6.0-rc2" dependencies = [ "aes", "aes-gcm", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "mutiny-wasm" -version = "0.6.0-rc1" +version = "0.6.0-rc2" dependencies = [ "anyhow", "async-trait", diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index 23b7329af..fa96bf308 100644 --- a/mutiny-core/Cargo.toml +++ b/mutiny-core/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-core" -version = "0.6.0-rc1" +version = "0.6.0-rc2" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] description = "The core SDK for the mutiny node" diff --git a/mutiny-wasm/Cargo.toml b/mutiny-wasm/Cargo.toml index da3ffa0db..03db847be 100644 --- a/mutiny-wasm/Cargo.toml +++ b/mutiny-wasm/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-wasm" -version = "0.6.0-rc1" +version = "0.6.0-rc2" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"