Move to rust stable (1.4 atm) so we can use clap

This commit is contained in:
Matthias Beyer 2015-12-05 10:45:33 +01:00
parent 230d00f35a
commit 75cedc1580
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ pkgs ? (import <nixpkgs> {}) }:
let
env = with pkgs.rustUnstable; [
env = with pkgs.rustStable; [
rustc
cargo
pkgs.llvmPackages.lldb

View file

@ -1,5 +1,3 @@
#![feature(box_patterns)]
#[macro_use] extern crate clap;
#[macro_use] extern crate log;
#[macro_use] extern crate serde;