From 8c98efcc5eaa70af9d90b831c9b81928e9d4dba5 Mon Sep 17 00:00:00 2001 From: Meadowsys Date: Thu, 23 May 2024 15:08:38 -0700 Subject: [PATCH] let's try publishing... --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13fa54fcf..9a01e6e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2168,7 +2168,7 @@ dependencies = [ [[package]] name = "wiwi" -version = "0.6.1" +version = "0.7.0-testonly.1" dependencies = [ "argon2", "chacha20poly1305", @@ -2202,7 +2202,7 @@ dependencies = [ [[package]] name = "wiwiwiwiwi" -version = "0.6.1" +version = "0.7.0-testonly.1" [[package]] name = "z85" diff --git a/Cargo.toml b/Cargo.toml index 60ab369bc..1d701ad44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.6.1" +version = "0.7.0-testonly.1" edition = "2021" authors = ["Meadowsys"] repository = "https://github.com/meadowsys/wiwi" @@ -38,7 +38,7 @@ keywords = [ ] [dependencies] -wiwiwiwiwi = { path = "macro", version = "=0.6.1" } +wiwiwiwiwi = { path = "macro", version = "=0.7.0-testonly.1" } argon2 = { version = "0.5.3", optional = true } chacha20poly1305 = { version = "0.10.1", optional = true }