Skip to content

Commit

Permalink
update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Mar 28, 2023
1 parent 877fd3f commit 8ab7b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.19.0, 1.20.0, 1.21.0, 1.25.0, 1.26.0, 1.34.0]
rust: [1.61.0, 1.67.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "urex-binary-io"
version = "0.1.0"
rust-version = "1.61"
edition = "2021"
authors = ["Rudolf Kolbe <rkolbe96@gmail.com>"]
description = "Implementation of an endianed BinaryReaders for use in urex."
Expand Down

0 comments on commit 8ab7b22

Please sign in to comment.