aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-08 20:01:52 +0800
committerDeterminant <ted.sybil@gmail.com>2018-01-08 20:01:52 +0800
commit25dc0702403896cae8c8b0e123bc9a0161fded2c (patch)
tree72ca0194474d149e1f085dc1c8660ecfab9e3fc8
parentd4b31544fcd3cd87077d6b5b32685dc885cd8d33 (diff)
...
-rw-r--r--Cargo.lock2
-rw-r--r--src/bin.rs1
2 files changed, 1 insertions, 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;