Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bujnlc8 committed Aug 15, 2024
1 parent 1a7fe10 commit 8d2f402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/bujnlc8/two-factor-auth"
description = "A simple CLI to generate two-factor-auth token compatible with Google Authenticator"
license = "MIT"
keywords = ["two-factor-auth", "google-authenticator"]
exclude = ["Makefile"]

[dependencies]
hmac-sha1 = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLATFORMS:=x86_64-apple-darwin x86_64-unknown-linux-gnu x86_64-unknown-linux-musl aarch64-apple-darwin
VERSION:=0.1.2
VERSION:=0.1.3
CLI:=2fa
HOST_TRIPLE := $(shell rustc -vV | grep 'host:' | awk '{print $$2}')

Expand Down

0 comments on commit 8d2f402

Please sign in to comment.