From 9c7a627e3fb2a3c4badd44dec7b246553c7111ff Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Sat, 28 Sep 2024 00:14:15 -0400 Subject: [PATCH] update crate --- Cargo.toml | 4 ++-- README => README.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename README => README.md (100%) diff --git a/Cargo.toml b/Cargo.toml index 9a7364e..76af1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "nanohtml2text" -version = "0.1.4" +version = "0.1.5" edition = "2018" readme = "README.md" license = "MIT" -repository = "https://git.alexwennerberg.com/nanohtml2text" +repository = "https://git.sr.ht/~aw/nanohtml2text" keywords = ["html", "text"] description = "A zero-dependency library to convert HTML to plain text" diff --git a/README b/README.md similarity index 100% rename from README rename to README.md