diff options
author | Micah Elizabeth Scott <beth@torproject.org> | 2023-08-14 13:24:41 -0700 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-08-15 09:52:30 -0700 |
commit | 824e9c6e164fc44ae5f1469cb3664f34e609c9cc (patch) | |
tree | c1aaec651b2012f371c5c3635be3e6b67e0fa4fe /.gitignore | |
parent | 317a56c1335b2c775383b5b439c5ab28a6201b20 (diff) | |
download | tor-824e9c6e164fc44ae5f1469cb3664f34e609c9cc.tar.gz tor-824e9c6e164fc44ae5f1469cb3664f34e609c9cc.zip |
cargo: Move lockfile to root and update
Change 3f66ff9b000d1fbaae106e58269fe2aa306bc453 added geoip-db-tool to
the main workspace, so it's no longer using a local lockfile. Move its
lock to the crate root, remove from gitignore, and update it.
(We could also choose to not keep the lockfiles checked in, but it seems
useful to have them in our test and maintenance tooling here.)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8e6164631d..6d7dc6606c 100644 --- a/.gitignore +++ b/.gitignore @@ -47,7 +47,6 @@ core.* /.cache # / -/Cargo.lock /Makefile /Makefile.in /aclocal.m4 |