From 855b5c91e4a72fc27a99b0665bb8ed1c468133c5 Mon Sep 17 00:00:00 2001 From: Harrison Burt <57491488+ChillFish8@users.noreply.github.com> Date: Sun, 4 Jul 2021 21:19:48 +0100 Subject: [PATCH] bump lust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d786b89..eca4043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lust" -version = "1.3.0" +version = "1.3.1" authors = ["Harrison Burt <57491488+ChillFish8@users.noreply.github.com>"] edition = "2018" documentation = "getting-started.md"