From d6e6790364261b5bec4985507d4a821ac18adcf3 Mon Sep 17 00:00:00 2001 From: Filippo De Bortoli <1457317+filippodebortoli@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:27:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda6c414..0b565087 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use the latest version of the library in your Rust project, add the following ```toml [dependencies] ... -horned-owl = "0.14.0" +horned-owl = "1.0.0" ```