diff --git a/.github/workflows/python-build-test.yml b/.github/workflows/python-build-test.yml index fb1e0a89..f1a8105a 100644 --- a/.github/workflows/python-build-test.yml +++ b/.github/workflows/python-build-test.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: python-version: [ "3.8", "3.9", "3.10", "3.11" ] - rust-version: [ "1.70.0", "stable" ] + rust-version: [ "1.76.0", "stable" ] fail-fast: false steps: - name: Check out from Git diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7e119660..81061140 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/crate/bumble" authors = ["Marshall Pierce "] keywords = ["bluetooth", "ble"] categories = ["api-bindings", "network-programming"] -rust-version = "1.70.0" +rust-version = "1.76.0" # https://github.com/frewsxcv/cargo-all-features#options [package.metadata.cargo-all-features]