Skip to content

Commit

Permalink
bump MSRV to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Feb 27, 2025
1 parent f68c93a commit 2c7ad3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [1.80.0, stable, beta, nightly]
rust: [1.81.0, stable, beta, nightly]

# Test with no features, default features ("") and all features.
# Ordered fewest features to most features.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ version = "0.4.1-dev"
edition = "2021"
authors = ["NLnet Labs <[email protected]>"]
license = "BSD-3-Clause"
rust-version = "1.80"
rust-version = "1.81"
description = "strongly-typed, compiled language for Rotonda"
documentation = "https://docs.rs/roto/"
repository = "https://github.com/NLnetLabs/roto/"
Expand Down

0 comments on commit 2c7ad3c

Please sign in to comment.