We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a329e commit 390c6d6Copy full SHA for 390c6d6
CONTRIBUTING.md
@@ -24,9 +24,8 @@ The following steps can be used to update libgit2:
24
`cargo test -p git2 -p git2-curl` is a good starting point.
25
4. Run `systest`.
26
This will validate for any C-level API problems.
27
- Unfortunately `systest` does not work on nightly, so you'll need to use stable.
28
29
- `cargo +stable run -p systest`
+ `cargo run -p systest`
30
31
The changelog at <https://github.com/libgit2/libgit2/blob/main/docs/changelog.md>
32
can be helpful for seeing what has changed.
0 commit comments