From 824e9c6e164fc44ae5f1469cb3664f34e609c9cc Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott Date: Mon, 14 Aug 2023 13:24:41 -0700 Subject: 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.) --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf