From 362d41ef5673e695ad0ac1a29b9f3a546c833517 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 19 Oct 2020 17:31:22 +0100 Subject: [PATCH] fix typo --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e929780..8d517a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "refset" description = "A non-owning HashSet" repository = "https://git.flanchan.moe/flanchan/refset" keywords = ["hash", "set", "reference"] -version = "0.1.0" +version = "0.1.1" authors = ["Avril "] edition = "2018" license= "MIT" diff --git a/README.md b/README.md index 9242c4f..6306916 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# refset - non-owning `HsahSet` +# refset - non-owning `HashSet` A hash-set analogue that does not own its data.