diff --git a/.github/workflows/lint-rust.yml b/.github/workflows/lint-rust.yml index 4a280013ea4..b2fbfa92ec9 100644 --- a/.github/workflows/lint-rust.yml +++ b/.github/workflows/lint-rust.yml @@ -27,7 +27,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable if: steps.changed-files.outputs.any_changed == 'true' with: - toolchain: "1.87.0" + toolchain: "1.88.0" components: clippy, rustfmt - name: Set Environment if: steps.changed-files.outputs.any_changed == 'true' diff --git a/rustv1/examples/Cargo.toml b/rustv1/examples/Cargo.toml index 6d85442cae7..0908c33cf23 100644 --- a/rustv1/examples/Cargo.toml +++ b/rustv1/examples/Cargo.toml @@ -42,7 +42,6 @@ members = [ "medialive", "mediapackage", "polly", - "qldb", "rds", "rdsdata", "route53",