diff options
Diffstat (limited to 'oxish-graviola/Cargo.toml')
| -rw-r--r-- | oxish-graviola/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oxish-graviola/Cargo.toml b/oxish-graviola/Cargo.toml index 97dcf35..445a92c 100644 --- a/oxish-graviola/Cargo.toml +++ b/oxish-graviola/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxish-graviola" -version = "0.1.0-rc.1" +version = "0.1.0" edition.workspace = true rust-version.workspace = true license = "Apache-2.0 OR MIT" @@ -12,7 +12,7 @@ categories = ["network-programming", "cryptography"] [dependencies] graviola = { workspace = true } -proto = { package = "oxish-proto", version = "=0.1.0-rc.1", path = "../oxish-proto" } +proto = { package = "oxish-proto", version = "0.1", path = "../oxish-proto" } zeroize = { workspace = true } [lints] |
