Skip to content

Commit 718799c

Browse files
committed
README.md: Document Rust version requirements
1 parent 17ad245 commit 718799c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ libgit2 bindings for Rust
99
git2 = "0.8"
1010
```
1111

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+
1218
## Version of libgit2
1319

1420
Currently this library requires libgit2 0.25.1. The source for libgit2 is

0 commit comments

Comments
 (0)