Skip to content

Commit

Permalink
chore!: raise MSRV to 1.76.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hartung <[email protected]>
  • Loading branch information
florianhartung committed Aug 16, 2024
1 parent 207027e commit 0ba235b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wasm-interpreter"
version = "0.1.0"
edition = "2021"
rust-version = "1.74.1"
rust-version = "1.76.0"
description = """
A WASM interpreter tailored for safety use-cases, such as automotive and avionics applications
"""
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.sdoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RELATIONS:
UID: REQ-17
TITLE: Minimum Supported Rust Version (MSRV)
STATEMENT: >>>
The interpreter shall compile on Rust ``1.74.1`` and later versions
The interpreter shall compile on Rust ``1.76.0`` and later versions
<<<
RATIONALE: >>>
An MSRV should be clearly stated to specify which toolchain is acceptable.
Expand Down

0 comments on commit 0ba235b

Please sign in to comment.