Skip to content

Commit

Permalink
Bump version for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelwig committed Jan 25, 2023
1 parent 86e924c commit 827ad93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
build = "build.rs"
include = ["ui/dist"]
Expand Down Expand Up @@ -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",
] }

0 comments on commit 827ad93

Please sign in to comment.