Skip to content

Commit e11234a

Browse files
committed
Fix paste version
1 parent 95ffa1b commit e11234a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pqcrypto-mldsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.5", default-feat
1717
libc = "0.2.0"
1818
serde = { version = "1.0", features = ["derive"], optional = true }
1919
serde-big-array = { version = "0.5.1", optional = true }
20-
paste = "*"
20+
paste = "1.0"
2121

2222
[features]
2323
default = ["avx2", "neon", "std"]

pqcrypto-template/scheme/Cargo.toml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libc = "0.2.0"
1818
serde = { version = "1.0", features = ["derive"], optional = true }
1919
serde-big-array = { version = "0.5.1", optional = true }
2020
{% if supports_context %}
21-
paste = "*"
21+
paste = "1.0"
2222
{% endif %}
2323

2424
[features]

release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ publish() {
88
popd
99
}
1010

11+
env | grep CARGO
12+
sleep 10
1113

1214
publish pqcrypto-traits
1315
publish pqcrypto-internals
14-
sleep 10
16+
sleep 2
1517
echo "Waiting a little bit for the pqcrypto-traits package to settle on crates.io"
1618
publish pqcrypto-mlkem
1719
publish pqcrypto-hqc

0 commit comments

Comments
 (0)