Skip to content

Commit 390c6d6

Browse files
committed
Systest no longer requires stable.
1 parent e0a329e commit 390c6d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ The following steps can be used to update libgit2:
2424
`cargo test -p git2 -p git2-curl` is a good starting point.
2525
4. Run `systest`.
2626
This will validate for any C-level API problems.
27-
Unfortunately `systest` does not work on nightly, so you'll need to use stable.
2827

29-
`cargo +stable run -p systest`
28+
`cargo run -p systest`
3029

3130
The changelog at <https://github.com/libgit2/libgit2/blob/main/docs/changelog.md>
3231
can be helpful for seeing what has changed.

0 commit comments

Comments
 (0)