diff options
author | Determinant <[email protected]> | 2018-01-08 20:01:52 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2018-01-08 20:01:52 +0800 |
commit | 25dc0702403896cae8c8b0e123bc9a0161fded2c (patch) | |
tree | 72ca0194474d149e1f085dc1c8660ecfab9e3fc8 | |
parent | d4b31544fcd3cd87077d6b5b32685dc885cd8d33 (diff) |
...
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | src/bin.rs | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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)", @@ -1,4 +1,3 @@ -#![feature(const_size_of)] extern crate core; use std::fs::File; |