Move server to (temporarily) require Rust Beta or stable 1.31+

This commit is contained in:
Lucien Greathouse
2018-11-27 10:45:02 -08:00
parent 9db31c9191
commit 6617b8b6c4
6 changed files with 15 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ use std::{
io,
path::{Path, PathBuf},
};
use serde_json;
pub static PROJECT_FILENAME: &'static str = "roblox-project.json";