Skip to content

Commit ac6ef88

Browse files
committed
add curve25519-dalek to maintenance of pins
1 parent 95a10e9 commit ac6ef88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def main():
249249
print("Can't simultaneously change to local and remote paths. Pick only one operation.")
250250
exit(1)
251251

252-
crate_roots = ['.', '../hashes/sha2']
252+
crate_roots = ['.', '../hashes/sha2', '../curve25519-dalek/curve25519-dalek']
253253

254254
if args.bump or args.local_paths or args.remote_paths:
255255
cargo_toml_paths = []

0 commit comments

Comments
 (0)