Skip to content

Commit 97b8853

Browse files
committed
build: update MSRV to 1.68.0 for serde_bytes
1 parent d582122 commit 97b8853

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- windows-latest
2020
rust:
2121
- stable
22-
- 1.65.0
22+
- 1.68.0
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout sources
@@ -48,7 +48,7 @@ jobs:
4848
- windows-latest
4949
rust:
5050
- stable
51-
- 1.65.0
51+
- 1.68.0
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Checkout sources
@@ -115,4 +115,4 @@ jobs:
115115
toolchain: ${{ matrix.rust }}
116116
components: clippy
117117
- name: Run cargo clippy
118-
run: cargo clippy --all-targets --all-features
118+
run: cargo clippy --all-targets --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
1717
name = "cloudburst"
1818
readme = "README.md"
1919
repository = "https://github.com/bluk/cloudburst"
20-
rust-version = "1.65.0"
20+
rust-version = "1.68.0"
2121
version = "0.0.5"
2222

2323
[features]

0 commit comments

Comments
 (0)