diff --git a/Cargo.lock b/Cargo.lock index cb574198..89351fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8818,7 +8818,7 @@ dependencies = [ [[package]] name = "qp-dilithium-crypto" -version = "0.2.0" +version = "0.2.1" dependencies = [ "env_logger 0.11.8", "log", diff --git a/Cargo.toml b/Cargo.toml index 9ac46fde..088edbea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ pallet-qpow = { path = "./pallets/qpow", default-features = false } pallet-reversible-transfers = { path = "./pallets/reversible-transfers", default-features = false } pallet-scheduler = { path = "./pallets/scheduler", default-features = false } pallet-wormhole = { path = "./pallets/wormhole", default-features = false } -qp-dilithium-crypto = { path = "./primitives/dilithium-crypto", version = "0.2.0", default-features = false } +qp-dilithium-crypto = { path = "./primitives/dilithium-crypto", version = "0.2.1", default-features = false } qp-header = { path = "./primitives/header", default-features = false } qp-scheduler = { path = "./primitives/scheduler", default-features = false } qp-wormhole = { path = "./primitives/wormhole", default-features = false } diff --git a/primitives/dilithium-crypto/Cargo.toml b/primitives/dilithium-crypto/Cargo.toml index b17cb530..b74e1c73 100644 --- a/primitives/dilithium-crypto/Cargo.toml +++ b/primitives/dilithium-crypto/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" name = "qp-dilithium-crypto" readme = "README.md" repository = "https://github.com/Quantus-Network/chain" -version = "0.2.0" +version = "0.2.1" [dependencies] codec = { workspace = true, default-features = false }