From: Scott Worley Date: Fri, 7 Feb 2025 06:52:04 +0000 (-0800) Subject: Release 0.1.1 X-Git-Tag: v0.1.1 X-Git-Url: http://git.scottworley.com/gumdrone/commitdiff_plain/refs/tags/v0.1.1 Release 0.1.1 --- diff --git a/Cargo.lock b/Cargo.lock index 599ea82..990cebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "gumdrone" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index f315a8d..9f5da68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gumdrone" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Scott Worley "] description = "Order chewing gum from a website" diff --git a/Changelog.md b/Changelog.md index e542556..f7a5cb9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.1.1 (February 06, 2025) + Drop unused dependency "rand"