Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Bump rust-version = 1.70
Browse files Browse the repository at this point in the history
clap_builder now pulls it in, and we need to follow that train...
  • Loading branch information
cgwalters committed Aug 28, 2023
1 parent e737c85 commit fe8da71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTION_LINTS_TOOLCHAIN: 1.64.0
ACTION_LINTS_TOOLCHAIN: 1.70.0

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/ostreedev/ostree-rs-ext"
readme = "README.md"
publish = false
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ostree-ext"
readme = "README.md"
repository = "https://github.com/ostreedev/ostree-rs-ext"
version = "0.11.5"
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit fe8da71

Please sign in to comment.