diff options
Diffstat (limited to 'oxish-aws-lc')
| -rw-r--r-- | oxish-aws-lc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oxish-aws-lc/Cargo.toml b/oxish-aws-lc/Cargo.toml index e47154b..c8628db 100644 --- a/oxish-aws-lc/Cargo.toml +++ b/oxish-aws-lc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxish-aws-lc" -version = "0.1.0-rc.1" +version = "0.1.0" edition.workspace = true rust-version.workspace = true license = "Apache-2.0 OR MIT" @@ -16,7 +16,7 @@ fips = ["aws-lc-rs/fips"] [dependencies] aws-lc-rs = { 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" } [lints] workspace = true |
