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 15f2b34..4b8d228 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" +version = "0.1.0-rc.1" edition.workspace = true rust-version.workspace = true license = "Apache-2.0 OR MIT" @@ -11,7 +11,7 @@ fips = ["aws-lc-rs/fips"] [dependencies] aws-lc-rs = { workspace = true } -proto = { package = "oxish-proto", version = "0.1", path = "../oxish-proto" } +proto = { package = "oxish-proto", version = "=0.1.0-rc.1", path = "../oxish-proto" } [lints] workspace = true |
