Skip to content

Commit 62d26db

Browse files
authored
chore: bump MSRV to 1.80.0 (#1)
1 parent 56d79a6 commit 62d26db

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ windows-latest, macos-latest, ubuntu-latest ]
19-
rust: [ "1.75.0", "stable", "nightly" ]
19+
rust: [ "1.80.0", "stable", "nightly" ]
2020
env:
2121
RUST_BACKTRACE: 1
2222
steps:
@@ -37,12 +37,3 @@ jobs:
3737

3838
- name: Build
3939
run: cargo +${{ matrix.rust }} build --workspace --all-targets
40-
41-
- name: Install Protoc
42-
uses: arduino/setup-protoc@v3
43-
44-
- name: Check examples
45-
run: |
46-
cd example
47-
cargo +${{ matrix.rust }} check --bin client
48-
cargo +${{ matrix.rust }} check --bin server

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/fastrace-tower.svg?style=flat-square&logo=rust)](https://crates.io/crates/fastrace-tower)
44
[![Documentation](https://img.shields.io/docsrs/fastrace-tower?style=flat-square&logo=rust)](https://docs.rs/fastrace-tower/)
5-
[![MSRV 1.75.0](https://img.shields.io/badge/MSRV-1.75.0-green?style=flat-square&logo=rust)](https://www.whatrustisit.com)
5+
[![MSRV 1.80.0](https://img.shields.io/badge/MSRV-1.80.0-green?style=flat-square&logo=rust)](https://www.whatrustisit.com)
66
[![CI Status](https://img.shields.io/github/actions/workflow/status/fast/fastrace-tower/ci.yml?style=flat-square&logo=github)](https://github.com/fast/fastrace-tower/actions)
77
[![License](https://img.shields.io/crates/l/fastrace-tower?style=flat-square)](https://github.com/fast/fastrace-tower/blob/main/LICENSE)
88

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "1.80.0"
33
components = ["cargo", "rustfmt", "clippy", "rust-analyzer"]

0 commit comments

Comments
 (0)