Skip to content

Commit

Permalink
Set MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Mar 13, 2024
1 parent 287176e commit 508e28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.46.0
- 1.63.0
- nightly
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/rusticata/ssh-parser"
repository = "https://github.com/rusticata/ssh-parser"
documentation = "https://docs.rs/ssh-parser"
edition = "2018"
rust-version = "1.63"

[features]
integers = ["num-bigint", "num-traits"]
Expand Down

0 comments on commit 508e28e

Please sign in to comment.