diff .hgignore @ 107:49c6633f6fd2

Add Cargo.lock file. This ensures that we get reproducible builds, particularly because we want to support Rust v1.75.
author Paul Fisher <paul@pfish.zone>
date Thu, 26 Jun 2025 22:42:32 -0400
parents 21a8172eedde
children
line wrap: on
line diff
--- a/.hgignore	Thu Jun 26 22:41:28 2025 -0400
+++ b/.hgignore	Thu Jun 26 22:42:32 2025 -0400
@@ -1,4 +1,3 @@
 syntax: rootglob
 .idea
-Cargo.lock
 target
\ No newline at end of file