Skip to content

Commit

Permalink
specify MSRV 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Aug 28, 2024
1 parent 094bcc7 commit 2a1d398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]

# Test against Rust 1.70.0 because that is the oldest supported version
# according to Cargo.toml. Test against beta and nightly Rust to get
# early warning of any problems that might occur with the upcoming Rust
# release. Ordered oldest Rust to newest Rust.
rust: [1.71.0, stable, beta, nightly]
rust: [1.76.0, stable, beta, nightly]

# Test with no features, default features ("") and all features.
# Ordered fewest features to most features.
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ homepage = "https://www.nlnetlabs.nl/projects/routing/rotonda/"
keywords = ["routing", "bgp"]
categories = ["network-programming"]
license = "BSD-3-Clause"
rust-version = "1.76"

[dependencies]
# ariadne is set to git because of some unpublished contributions made on
Expand Down

0 comments on commit 2a1d398

Please sign in to comment.