Skip to content

Commit

Permalink
build(common): Bump MSRV in common
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Nov 28, 2024
1 parent debd5a4 commit cdfb197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true
repository.workspace = true
description = "Common library for the shuttle platform (https://www.shuttle.rs/)"
# Base MSRV for the Shuttle crates. If some other crate has a higher MSRV, set it in that crate.
rust-version = "1.78"
rust-version = "1.81"

[dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit cdfb197

Please sign in to comment.