Skip to content

Commit

Permalink
feat: MSRV 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Sep 25, 2024
1 parent 04e1277 commit 9f8e39a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.75.0
RUST_VERSION: 1.77.0

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.75.0
RUST_VERSION: 1.77.0

jobs:
coverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.75.0
RUST_VERSION: 1.77.0

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.75.0
RUST_VERSION: 1.77.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["openslide", "histopathology", "microscopy"]
categories = ["science"]
license = "MIT/Apache-2.0"
rust-version = "1.75.0"
rust-version = "1.77.0"

[features]
default = ["deepzoom"]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.75.0"
channel = "1.77.0"
components = ["rustfmt", "clippy"]
profile = "default"

0 comments on commit 9f8e39a

Please sign in to comment.