Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit aed02da

Browse files
chore(deps): bump rust-toolchain from 1.91 to 1.93 (#69)
* chore(deps): bump rust-toolchain from 1.91 to 1.93 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.91 to 1.93. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md) - [Commits](rust-lang/rust@1.91.0...1.93.0) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: '1.93' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * allow unused assignments --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
1 parent 7a55dfe commit aed02da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.91"
2+
channel = "1.93"
33
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]

test-context/tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async fn test_async_teardown(ctx: &mut AsyncContext) {
130130

131131
#[test_context(AsyncContext)]
132132
#[tokio::test]
133+
#[allow(unused_assignments)]
133134
#[should_panic(expected = "Number changed")]
134135
async fn test_async_panicking_teardown(ctx: &mut AsyncContext) {
135136
ctx.n = 2;

0 commit comments

Comments
 (0)