Skip to content

Commit

Permalink
Bump minimum supported rust version
Browse files Browse the repository at this point in the history
Bump MSRV bevause of `NonNull::<T>::as_ref` usage
  • Loading branch information
arteme committed Nov 21, 2024
1 parent 6c73670 commit d2e9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = ["core", "gtk", "gui", "usb", "mod-pod2", "mod-pocket", "mod-xt", "mod
version = "0.0.0"
authors = ["Artem Egorkine <arteme@gmail.com>"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.73"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit d2e9e24

Please sign in to comment.