We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955cfd commit c8f8cd1Copy full SHA for c8f8cd1
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
toolchain:
16
+ - '1.60'
17
- stable
18
- beta
19
- nightly
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "ghrepo"
3
version = "0.1.0"
4
edition = "2021"
5
+rust-version = "1.60"
6
description = "Parse & construct GitHub repository URLs & specifiers"
7
authors = ["John Thorvald Wodder II <ghrepo@varonathe.org>"]
8
repository = "https://github.com/jwodder/ghrepo-rust"
0 commit comments