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 17ad245 commit 718799cCopy full SHA for 718799c
README.md
@@ -9,6 +9,12 @@ libgit2 bindings for Rust
9
git2 = "0.8"
10
```
11
12
+## Rust version requirements
13
+
14
+git2-rs works with stable Rust, and typically works with the most recent prior
15
+stable release as well. Check [.travis.yml](.travis.yml) to see the oldest
16
+version of Rust known to pass tests.
17
18
## Version of libgit2
19
20
Currently this library requires libgit2 0.25.1. The source for libgit2 is
0 commit comments