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.