diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2021-04-04 10:13:55 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2021-04-04 10:13:55 +0200 |
commit | 000e8a3bc5cf55b64e1e6bc2c95574d4472fe45d (patch) | |
tree | 0af260060fb0a5051458f549c57ad10590fc2761 /README.md | |
parent | b7c882c1ce6f86c07c2340751200e3a060942826 (diff) | |
download | nihav-000e8a3bc5cf55b64e1e6bc2c95574d4472fe45d.tar.gz |
update minimal rustc version in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ NihAV is a research multimedia framework with some demonstration tools. ## Getting Started -The project should build just fine with Rust 1.33 or later. +The project should build just fine with Rust 1.46 or later. ## Contributing |