Skip to content

Commit

Permalink
Bump MSRV to 1.59 and update CI to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored and terrarier2111 committed Jun 13, 2023
1 parent 8a62c5e commit 0d8a4f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request]

name: Continuous integration

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.59.0
with:
components: rustfmt
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench --features criterion
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thread_local = "1.1"

## Minimum Rust version

This crate's minimum supported Rust version (MSRV) is 1.36.0.
This crate's minimum supported Rust version (MSRV) is 1.59.0.

## License

Expand Down

0 comments on commit 0d8a4f1

Please sign in to comment.