Release steamguard v0.5.0, steamguard-cli v0.5.0, safety bump steamguard-cli v0.5.0

This commit is contained in:
Carson McManus 2022-06-25 11:24:43 -04:00
parent f9385ac78e
commit 9657ea6822
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1893,7 +1893,7 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]] [[package]]
name = "steamguard" name = "steamguard"
version = "0.4.2" version = "0.5.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -1918,7 +1918,7 @@ dependencies = [
[[package]] [[package]]
name = "steamguard-cli" name = "steamguard-cli"
version = "0.4.5" version = "0.5.0"
dependencies = [ dependencies = [
"aes", "aes",
"anyhow", "anyhow",

View file

@ -6,7 +6,7 @@ members = [
[package] [package]
name = "steamguard-cli" name = "steamguard-cli"
version = "0.4.5" version = "0.5.0"
authors = ["dyc3 (Carson McManus) <carson.mcmanus1@gmail.com>"] authors = ["dyc3 (Carson McManus) <carson.mcmanus1@gmail.com>"]
edition = "2018" edition = "2018"
description = "A command line utility to generate Steam 2FA codes and respond to confirmations." description = "A command line utility to generate Steam 2FA codes and respond to confirmations."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "steamguard" name = "steamguard"
version = "0.4.2" version = "0.5.0"
authors = ["Carson McManus <carson.mcmanus1@gmail.com>"] authors = ["Carson McManus <carson.mcmanus1@gmail.com>"]
edition = "2018" edition = "2018"
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations." description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."