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 Feb 1, 2024
1 parent 54e10ed commit 5458d20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
submodules: recursive
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libdbus-1-dev
- name: Install Rust 1.70
run: rustup set profile default && rustup default 1.70.0
- name: Install Rust 1.75
run: rustup set profile default && rustup default 1.75.0
- name: Check code formatting
run: cargo fmt -- --check
- name: Build
Expand Down
1 change: 1 addition & 0 deletions bluer-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ keywords = ["bluetooth", "bluez", "gatt", "l2cap", "rfcomm"]
categories = ["hardware-support", "command-line-utilities"]
license = "BSD-2-Clause"
edition = "2021"
rust-version = "1.75"

[[bin]]
name = "blumon"
Expand Down
2 changes: 1 addition & 1 deletion bluer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["bluetooth", "gatt", "l2cap", "rfcomm", "mesh"]
categories = ["asynchronous", "hardware-support", "os::linux-apis"]
license = "BSD-2-Clause"
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"
exclude = [
"bluetooth-numbers-database/README.md",
"bluetooth-numbers-database/*.png",
Expand Down

0 comments on commit 5458d20

Please sign in to comment.