Skip to content

Commit b73ce5f

Browse files
chore(deps): update rust to v1.83.0
1 parent fe76b40 commit b73ce5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rust-seed"
33
# don't change this, it's updated before an actual build by update-version.sh
44
version = "0.0.0-development"
55
edition = "2021"
6-
rust-version = "1.82.0"
6+
rust-version = "1.83.0"
77
authors = ["Kristof Mattei"]
88
description = "Rust seed application"
99
license-file = "LICENSE"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.83.0"
33
components = ["cargo", "clippy", "rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)