Skip to content

Commit

Permalink
ml-kem: bump to v0.3.0-pre
Browse files Browse the repository at this point in the history
There were breaking changes in #59.

This denotes that a breaking change occurred, however there won't be a
release associated with this commit. Instead we'll release a `pre.0`
or a v0.3.0 final.
  • Loading branch information
tarcieri committed Oct 21, 2024
1 parent 502ff6b commit bd5f075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Pure Rust implementation of the Module-Lattice-Based Key-Encapsulation Mechanism Standard
(formerly known as Kyber) as described in FIPS 203
"""
version = "0.2.1"
version = "0.3.0-pre"
edition = "2021"
rust-version = "1.81"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion x-wing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ missing_docs = "deny" # Require all public interfaces to be documented
[dependencies]
rand_core = { version = "0.6", default-features = false }
x25519-dalek = { version = "2.0", default-features = false, features = ["static_secrets"] }
ml-kem = { version = "0.2", default-features = false, features = ["deterministic"], path = "../ml-kem" }
ml-kem = { version = "=0.3.0-pre", default-features = false, features = ["deterministic"], path = "../ml-kem" }
sha3 = { version = "0.10", default-features = false }
kem = "0.3.0-pre.0"
zeroize = { version = "1.8.1", optional = true, default-features = true, features = ["zeroize_derive"] }
Expand Down

0 comments on commit bd5f075

Please sign in to comment.