Skip to content

Commit

Permalink
Prepare another alpha (#54)
Browse files Browse the repository at this point in the history
* Bump version to v2.0.0-alpha.1

* Make `App` plain data
  • Loading branch information
CosmicHorrorDev authored Dec 15, 2023
1 parent ff49af5 commit a9a5be9
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 250 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steamlocate"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
authors = ["William Venner <[email protected]>"]
edition = "2018"
repository = "https://github.com/WilliamVenner/steamlocate-rs"
Expand Down Expand Up @@ -30,5 +30,5 @@ locate_backend = { package = "winreg", version = "0.51", optional = true }
locate_backend = { package = "dirs", version = "5", optional = true }

[dev-dependencies]
insta = { version = "1.34.0", features = ["redactions", "ron"] }
insta = { version = "1.34.0", features = ["ron"] }
tempfile = "3.8.1"
Loading

0 comments on commit a9a5be9

Please sign in to comment.