Keats / rust-bcrypt

Easily hash and verify passwords using Bcrypt
MIT License
340 stars 49 forks source link

CI: run tests on PRs and pushes to the master branch #47

Closed Zireael-N closed 4 years ago

Zireael-N commented 4 years ago

Preview: https://github.com/Zireael-N/rust-bcrypt/runs/651404914

Keats commented 4 years ago

Thanks, one fewer thing on travis.

@Zireael-N anything else you want to change before I make a release?

Zireael-N commented 4 years ago

I've been thinking about making std an optional, enabled by default, dependency if that's possible.