From 13bba668f150002fc2df6d3a7bcf26b3c93328cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 22 May 2024 17:21:34 +0300 Subject: [PATCH] Bump MSRV to 1.63 --- .github/workflows/rosbag.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rosbag.yml b/.github/workflows/rosbag.yml index 91ae029..61dc7a5 100644 --- a/.github/workflows/rosbag.yml +++ b/.github/workflows/rosbag.yml @@ -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 @@ -63,7 +63,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV + - 1.63.0 # MSRV - stable steps: - uses: actions/checkout@v1 diff --git a/Cargo.toml b/Cargo.toml index 6773c00..5ef90e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Utilities for reading ROS bag files." authors = ["Artyom Pavlov "] 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"