Skip to content

Commit

Permalink
Move to the newer YubiKey library by iqlusioninc (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk authored Jan 7, 2022
1 parent 4b7746d commit b978d47
Show file tree
Hide file tree
Showing 13 changed files with 465 additions and 2,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --features="yubikey" --examples --verbose
run: cargo build --features="yubikey_support" --examples --verbose
- name: Run tests
run: cargo test --features="encrypted-keys" --verbose

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Cargo.lock
/target
.DS_Store
Loading

0 comments on commit b978d47

Please sign in to comment.