From 2885c4ec3e399d25bfaeff7df6b085ad300d5b3f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 14 Dec 2020 15:38:17 +0100 Subject: [PATCH] Rebrand as instant-index --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ececa89..1ea6e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ ] [[package]] -name = "hinasmawo" +name = "instant-index" version = "0.1.0" dependencies = [ "ahash", diff --git a/Cargo.toml b/Cargo.toml index 9f31fcf..034540c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hinasmawo" +name = "instant-index" version = "0.1.0" authors = ["Dirkjan Ochtman "] edition = "2018"