From 25dc0702403896cae8c8b0e123bc9a0161fded2c Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 8 Jan 2018 20:01:52 +0800 Subject: ... --- Cargo.lock | 2 +- src/bin.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64afd87..e2ef605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "runes" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/src/bin.rs b/src/bin.rs index 3ea5e21..ba3c5a2 100644 --- a/src/bin.rs +++ b/src/bin.rs @@ -1,4 +1,3 @@ -#![feature(const_size_of)] extern crate core; use std::fs::File; -- cgit v1.2.3