We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a10e9 commit ac6ef88Copy full SHA for ac6ef88
1 file changed
publish.py
@@ -249,7 +249,7 @@ def main():
249
print("Can't simultaneously change to local and remote paths. Pick only one operation.")
250
exit(1)
251
252
- crate_roots = ['.', '../hashes/sha2']
+ crate_roots = ['.', '../hashes/sha2', '../curve25519-dalek/curve25519-dalek']
253
254
if args.bump or args.local_paths or args.remote_paths:
255
cargo_toml_paths = []
0 commit comments