Skip to content

Commit

Permalink
Bump steamguard v0.8.1, steamguard-cli v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Jun 23, 2023
1 parent 9835b8a commit fe0d6e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "steamguard-cli"
version = "0.8.0"
version = "0.8.1"
authors = ["dyc3 (Carson McManus) <[email protected]>"]
edition = "2018"
description = "A command line utility to generate Steam 2FA codes and respond to confirmations."
Expand Down Expand Up @@ -49,7 +49,7 @@ cookie = "0.14"
regex = "1"
lazy_static = "1.4.0"
uuid = { version = "0.8", features = ["v4"] }
steamguard = { version = "^0.8.0", path = "./steamguard" }
steamguard = { version = "^0.8.1", path = "./steamguard" }
dirs = "3.0.2"
ring = "0.16.20"
aes = "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion steamguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steamguard"
version = "0.8.0"
version = "0.8.1"
authors = ["Carson McManus <[email protected]>"]
edition = "2018"
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."
Expand Down

0 comments on commit fe0d6e9

Please sign in to comment.