Skip to content

Commit

Permalink
Relax Rust version to 1.65
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed Feb 19, 2024
1 parent bb7dc0e commit 14338bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: rustup update 1.70 --no-self-update && rustup default 1.70
- run: rustup update 1.65 --no-self-update && rustup default 1.65
- run: cargo build --workspace --lib --bins --examples --tests
- run: cargo test --workspace --lib --bins --examples --tests
- run: rustup component add rustfmt
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/antiguru/flatcontainer"
rust-version = "1.70"
rust-version = "1.65"

[dependencies]
cfg-if = "1.0"
Expand Down

0 comments on commit 14338bb

Please sign in to comment.