Skip to content

Commit

Permalink
Switch to GitHub Actions; MSRV 1.41+
Browse files Browse the repository at this point in the history
The MSRV bump is necessary to check in a merge-friendly Cargo.lock
(which is helpful for caching).

We'll want to do this bump anyway soon for `generic-array` v0.14. See:

<RustCrypto/traits#95>
  • Loading branch information
tarcieri committed May 27, 2020
1 parent 002a05c commit a4b3f63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ hex-literal = "0.1"
[features]
default = ["std"]
std = ["digest/std"]

[badges]
travis-ci = { repository = "RustCrypto/hashes" }

0 comments on commit a4b3f63

Please sign in to comment.