remove stabilized edition annotations
authoralfadur
Thu, 13 Sep 2018 20:59:57 +0300
changeset 13804 201d86010a8b
parent 13803 fea7c23d9c2c
child 13805 0463a4221327
remove stabilized edition annotations
gameServer2/Cargo.toml
gameServer2/src/main.rs
--- a/gameServer2/Cargo.toml	Mon Sep 10 23:53:59 2018 +0300
+++ b/gameServer2/Cargo.toml	Thu Sep 13 20:59:57 2018 +0300
@@ -1,5 +1,3 @@
-cargo-features = ["edition"]
-
 [package]
 edition = "2018"
 name = "hedgewars-server"
@@ -7,7 +5,7 @@
 authors = [ "Andrey Korotaev <a.korotaev@hedgewars.org>" ]
 
 [features]
-official-server = []
+official-server = ["openssl"]
 tls-connections = ["openssl"]
 default = []
 
--- a/gameServer2/src/main.rs	Mon Sep 10 23:53:59 2018 +0300
+++ b/gameServer2/src/main.rs	Thu Sep 13 20:59:57 2018 +0300
@@ -1,6 +1,5 @@
 #![allow(unused_imports)]
 #![deny(bare_trait_objects)]
-#![feature(rust_2018_preview)]
 
 extern crate rand;
 extern crate mio;