Skip to content

Commit 1f9be30

Browse files
committed
Increase MSRV
to enable more recent language constructs like Option::is_none_or which make the code easier to write (and understand). This should be in line with our general practice of keeping close to the most recent Rust version.
1 parent 6c6c850 commit 1f9be30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = "Apache-2.0"
2929
name = "up-rust"
3030
readme = "README.md"
3131
repository = "https://github.com/eclipse-uprotocol/up-rust"
32-
rust-version = "1.76"
32+
rust-version = "1.82"
3333
version = "0.5.0"
3434

3535
[features]

0 commit comments

Comments
 (0)