Skip to content

Commit 7b7e80e

Browse files
committed
remove patch, use new published crate
Signed-off-by: Mike Lodder <redmike7@gmail.com>
1 parent 29def2e commit 7b7e80e

26 files changed

Lines changed: 150 additions & 4436 deletions

Cargo.lock

Lines changed: 149 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ debug = true
5959
[patch.crates-io]
6060
ml-kem = { path = "./ml-kem" }
6161
module-lattice = { path = "./module-lattice" }
62-
hybrid-array = { path = "./hqc-kem/hybrid-array-patch" }

hqc-kem/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = ["dep:serdect", "dep:serde"]
2424
[dependencies]
2525
const-oid = { version = "0.10", optional = true }
2626
hex = "0.4"
27-
hybrid-array = { version = "0.4.7", optional = true, features = ["extra-sizes"] }
27+
hybrid-array = { version = "0.4.10", optional = true, features = ["extra-sizes"] }
2828
kem_traits = { package = "kem", version = "0.3.0-rc.6", optional = true }
2929
pkcs8 = { version = "0.11.0-rc.11", optional = true, default-features = false }
3030
rand = "0.10"
@@ -45,9 +45,6 @@ rand = { version = "0.10", features = ["thread_rng"] }
4545
name = "kem"
4646
harness = false
4747

48-
[patch.crates-io]
49-
hybrid-array = { path = "hybrid-array-patch" }
50-
5148
[lints.rust]
5249
missing_docs = "deny"
5350
missing_debug_implementations = "deny"

hqc-kem/hybrid-array-patch/.cargo-ok

Lines changed: 0 additions & 1 deletion
This file was deleted.

hqc-kem/hybrid-array-patch/.cargo_vcs_info.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

hqc-kem/hybrid-array-patch/.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

hqc-kem/hybrid-array-patch/.github/workflows/hybrid-array.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

hqc-kem/hybrid-array-patch/.github/workflows/publish.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

hqc-kem/hybrid-array-patch/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

hqc-kem/hybrid-array-patch/CHANGELOG.md

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)