Skip to content

Commit

Permalink
Fix paste version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Nov 4, 2024
1 parent 95ffa1b commit e11234a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pqcrypto-mldsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.5", default-feat
libc = "0.2.0"
serde = { version = "1.0", features = ["derive"], optional = true }
serde-big-array = { version = "0.5.1", optional = true }
paste = "*"
paste = "1.0"

[features]
default = ["avx2", "neon", "std"]
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-template/scheme/Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libc = "0.2.0"
serde = { version = "1.0", features = ["derive"], optional = true }
serde-big-array = { version = "0.5.1", optional = true }
{% if supports_context %}
paste = "*"
paste = "1.0"
{% endif %}

[features]
Expand Down
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ publish() {
popd
}

env | grep CARGO
sleep 10

publish pqcrypto-traits
publish pqcrypto-internals
sleep 10
sleep 2
echo "Waiting a little bit for the pqcrypto-traits package to settle on crates.io"
publish pqcrypto-mlkem
publish pqcrypto-hqc
Expand Down

0 comments on commit e11234a

Please sign in to comment.