Skip to content

Commit

Permalink
Fix .readme tests (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Mar 4, 2023
1 parent dc8b4b9 commit d356ff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- ".github/workflows/readme.yml"
- ".readme"
- "Cargo.lock"
- "README.md"
push:
branches: master
Expand Down
4 changes: 2 additions & 2 deletions .readme/Cargo.lock

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

2 changes: 1 addition & 1 deletion .readme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
publish = false

[dependencies]
password-hash = "=0.5.0-rc.0"
password-hash = "0.5"
argon2 = { path = "../argon2" }
pbkdf2 = { path = "../pbkdf2", features = ["simple"] }
scrypt = { path = "../scrypt" }

0 comments on commit d356ff2

Please sign in to comment.