Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Nov 26, 2022
1 parent 819e791 commit 66a48d0
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 247 deletions.
163 changes: 43 additions & 120 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam_randomiser"
version = "0.4.1"
version = "0.4.2"
authors = ["Dimitri Belopopsky <dimitri@belopopsky.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,11 +17,12 @@ categories = ["command-line-utilities"]
[dependencies]
dirs = "4.0.0"
rand = "0.8.5"
which = "4.2.5"
clap = { version = "3.1.18", features = ["derive"] }
which = "4.3.0"
clap = { version = "4.0.27", features = ["std", "derive"], default-features = false }


[profile.release]
lto = true
strip = true
opt-level = "z"
codegen-units = 1
Loading

0 comments on commit 66a48d0

Please sign in to comment.