From 7562bb306c63f1c5fe0f2af9bae9cc51c43747a0 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 1 Feb 2020 19:32:29 -0800 Subject: [PATCH] Removed gitmodules --- .gitmodules | 0 Cargo.lock | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/Cargo.lock b/Cargo.lock index b425cb8..ae0a690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "polaris" -version = "0.12.0-wip" +version = "0.12.0-wip41" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",