⬆️ Rust

This commit is contained in:
Aleksey Kladov 2019-12-19 18:27:44 +01:00
parent f00904e996
commit c7291386d3

View File

@ -20,7 +20,7 @@
};
// Latest stable, feel free to send a PR if this lags behind.
const REQUIRED_RUST_VERSION: u32 = 39;
const REQUIRED_RUST_VERSION: u32 = 40;
struct InstallOpt {
client: Option<ClientOpt>,