Skip to content

Commit

Permalink
Bump MSRV to 1.65.0.
Browse files Browse the repository at this point in the history
This change bumps the MSRV to support dependencies. Arguably, some
dependencies have violated SemVer by publishing or upgrading their MSRV
without a breaking release, and so this change comes without any changes
to dependency specifications.
  • Loading branch information
olson-sean-k committed Sep 20, 2023
1 parent 5fe6b27 commit b08b56d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
toolchain:
- 1.56.0 # Minimum.
- 1.65.0 # Minimum.
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion pictor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pictor"
version = "0.0.0"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.65.0"
authors = ["Sean Olson <[email protected]>"]
license = "MIT"
description = "Support library for Plexus examples."
Expand Down
2 changes: 1 addition & 1 deletion plexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plexus"
version = "0.0.11"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.65.0"
authors = ["Sean Olson <[email protected]>"]
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit b08b56d

Please sign in to comment.