Skip to content

Commit

Permalink
Fix MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Dec 11, 2024
1 parent 9c9e333 commit 25ac415
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ jobs:
with:
toolchain: 1.63.0 # TODO: dynamically identify MSRV

- name: Update dependencies
run: cargo update

- name: Verify msrv
working-directory: ./aws-lc-rs
run: cargo +1.63.0 check --features bindgen
2 changes: 1 addition & 1 deletion aws-lc-rs-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aws-lc-rs-testing"
authors = ["AWS-LibCrypto"]
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"
publish = false

[features]
Expand Down
1 change: 1 addition & 0 deletions links-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "links-testing"
version = "0.1.0"
edition = "2021"
rust-version = "1.63.0"
publish = false

[features]
Expand Down

0 comments on commit 25ac415

Please sign in to comment.