Skip to content

Commit 78e9c14

Browse files
fix: use rust 1.85 (#710)
* fix: use rust 1.85 * fix: typos failing on typ
1 parent e406066 commit 78e9c14

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,5 +1,5 @@
11
[toolchain]
2-
channel = "1.84.0"
2+
channel = "1.85.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]
55
targets = [

typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ zvariant = "zvariant"
3030
ser = "ser"
3131
sur = "sur"
3232
ratatui = "ratatui"
33+
typ = "typ"
3334

3435
[type.rust.extend-identifiers]
3536
# typos really wanted to correct 2ND -> 2AND

0 commit comments

Comments
 (0)