Skip to content

Commit

Permalink
Bump MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 22, 2024
1 parent 8fa078b commit 13bba66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosbag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0 # MSRV
toolchain: 1.63.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Utilities for reading ROS bag files."
authors = ["Artyom Pavlov <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"
readme = "README.md"
documentation = "https://docs.rs/rosbag"
repository = "https://github.com/newpavlov/rosbag-rs"
Expand Down

0 comments on commit 13bba66

Please sign in to comment.