Skip to content

Commit

Permalink
Update MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 14, 2024
1 parent eff905e commit 32c3262
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: sudo apt-get update && sudo apt install libdbus-1-dev pkg-config
- name: Install Rust 1.65.0
run: rustup toolchain install 1.65.0
- name: Install Rust 1.70.0
run: rustup toolchain install 1.70.0
- name: Install Rust 1.75.0
run: rustup toolchain install 1.75.0
- name: Build aggligator with Rust 1.65.0
run: cargo +1.65.0 build --manifest-path aggligator/Cargo.toml --all-features --all-targets --quiet
- name: Build aggligator and aggligator-util without USB and Bluetooth with Rust 1.70.0
run: cargo +1.70.0 build --features tcp,tls,websocket,cli,raw-speed-cli,speed,monitor,dump --all-targets --quiet
- name: Build aggligator and aggligator-util with Rust 1.75.0
run: cargo +1.75.0 build --all-features --all-targets --quiet
4 changes: 4 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.13.2 - 2024-03-14
### Fixed
- documentation

## 0.13.1 - 2024-02-06
### Fixed
- documentation
Expand Down
4 changes: 1 addition & 3 deletions aggligator-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ Run the following command to install the command line tools:

## Minimum supported Rust version

The minimum supported Rust version (MSRV) is 1.70.
With device-side USB transport enabled the MSRV is 1.73.
With Bluetooth transport enabled the MSRV is 1.75.
The minimum supported Rust version (MSRV) is 1.75.

## License

Expand Down
2 changes: 1 addition & 1 deletion aggligator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ automatically re-established.

## Minimum supported Rust version

The minimum supported Rust version (MSRV) is 1.65.
The minimum supported Rust version (MSRV) is 1.75.

## License

Expand Down

0 comments on commit 32c3262

Please sign in to comment.