From 2da0bb3fc72ffe38e5f2112565edeb68665c9bb9 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sat, 3 Dec 2022 06:07:34 -0500 Subject: [PATCH] chore: bump version to 0.2.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9635abf..4ca24ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sestring" -version = "0.1.2" -edition = "2018" +version = "0.2.0" +edition = "2021" authors = ["Anna Clemens "] description = "SeString parser/encoder for FFXIV-related purposes." license = "EUPL-1.2" keywords = ["ffxiv", "sestring"] -repository = "https://git.sr.ht/~jkcclemens/sestring" +repository = "https://git.anna.lgbt/ascclemens/sestring" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html