Skip to content

Commit 019c709

Browse files
authored
Rust: clean up QLDB from Cargo Workspace members (#7662)
* fix: clean up QLDB from Cargo Workspace members * chore: bump Rust version to 1.88.0
1 parent c9407b6 commit 019c709

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: dtolnay/rust-toolchain@stable
2828
if: steps.changed-files.outputs.any_changed == 'true'
2929
with:
30-
toolchain: "1.87.0"
30+
toolchain: "1.88.0"
3131
components: clippy, rustfmt
3232
- name: Set Environment
3333
if: steps.changed-files.outputs.any_changed == 'true'

rustv1/examples/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ members = [
4242
"medialive",
4343
"mediapackage",
4444
"polly",
45-
"qldb",
4645
"rds",
4746
"rdsdata",
4847
"route53",

0 commit comments

Comments
 (0)