Skip to content

Commit 9242633

Browse files
committed
Apparently we want 1.81 after all. Or do we?
1 parent 3afaee7 commit 9242633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest, macOS-latest]
10-
rust: [1.80.0, stable, beta, nightly]
10+
rust: [1.81.0, stable, beta, nightly]
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rpki"
33
version = "0.18.5"
44
edition = "2021"
5-
rust-version = "1.80"
5+
rust-version = "1.81"
66
authors = ["NLnet Labs <[email protected]>"]
77
description = "A library for validating and creating RPKI data."
88
documentation = "https://docs.rs/rpki/"

0 commit comments

Comments
 (0)