From 827ad9323915bcaf668364e462384b5745095c72 Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Wed, 25 Jan 2023 15:25:47 -0800 Subject: [PATCH] Bump version for 2.0.1 release --- Cargo.lock | 2 +- Cargo.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index febf7777..1a6f3969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,7 +1497,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sd2snes-lttp-rando-tracker" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "axum 0.5.17", diff --git a/Cargo.toml b/Cargo.toml index 103bf825..d053c81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sd2snes-lttp-rando-tracker" description = "Automatically track progress in a Link to the Past randomizer run using a USB2SNES modified SD2SNES." -version = "2.0.0" +version = "2.0.1" authors = ["Jacob Helwig "] build = "build.rs" include = ["ui/dist"] @@ -31,4 +31,8 @@ ts-rs = "6.2.0" [build-dependencies] anyhow = "1.0.66" -vergen = { version = "7.4.3", default-features = false, features = ["build", "git", "rustc"] } +vergen = { version = "7.4.3", default-features = false, features = [ + "build", + "git", + "rustc", +] }