Skip to content

Commit 264ff44

Browse files
committed
Update minimum Rust version to 1.81
1 parent b7eaf20 commit 264ff44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
rust:
72-
- 1.77 # MSRV
72+
- 1.81 # MSRV
7373
- stable
7474
- nightly
7575

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "margo"
33
version = "0.1.6"
44
edition = "2021"
5-
rust-version = "1.77.0"
5+
rust-version = "1.81.0"
66

77
license = "MIT OR Apache-2.0"
88

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prerequisites
22

3-
- Rust 1.77 (or newer)
3+
- Rust 1.81 (or newer)
44
- NodeJS 20 (or newer) with pnpm 9 (or newer)
55
- Ruby 3.3 (or newer)
66

0 commit comments

Comments
 (0)