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 }