Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update minimum required Rust version to 1.40.0 | Daniel Mueller | 2020-04-05 |
| | | | | | | This change updates the minimum required version of Rust to 1.40.0. Among other changes, this version stabilized std::mem::take, which is something we will use with subsequent changes. | ||
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |
Now that all vendored dependencies have been removed, this change moves the program's source code from the nitrocli/ directory into the root of the repository. |