Skip to content

Commit

Permalink
crates/sel4: Add MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 28, 2024
1 parent c7ce09b commit 497e1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/sel4/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mk rec {
});
package.name = "sel4";
package.license = "MIT";
package.rust-version = "1.76"; # tracks verus
dependencies = {
inherit (versions) cfg-if;
inherit (localCrates)
Expand Down
1 change: 1 addition & 0 deletions crates/sel4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ version = "0.1.0"
authors = ["Nick Spinale <[email protected]>"]
edition = "2021"
license = "MIT"
rust-version = "1.76"

[features]
default = ["state"]
Expand Down

0 comments on commit 497e1e9

Please sign in to comment.