Skip to content

Commit c8f8cd1

Browse files
committed
Set minimal supported Rust version
1 parent 6955cfd commit c8f8cd1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
toolchain:
16+
- '1.60'
1617
- stable
1718
- beta
1819
- nightly

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ghrepo"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.60"
56
description = "Parse & construct GitHub repository URLs & specifiers"
67
authors = ["John Thorvald Wodder II <ghrepo@varonathe.org>"]
78
repository = "https://github.com/jwodder/ghrepo-rust"

0 commit comments

Comments
 (0)