Move to rust stable (1.4 atm) so we can use clap
This commit is contained in:
parent
230d00f35a
commit
75cedc1580
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? (import <nixpkgs> {}) }:
|
{ pkgs ? (import <nixpkgs> {}) }:
|
||||||
|
|
||||||
let
|
let
|
||||||
env = with pkgs.rustUnstable; [
|
env = with pkgs.rustStable; [
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
pkgs.llvmPackages.lldb
|
pkgs.llvmPackages.lldb
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#![feature(box_patterns)]
|
|
||||||
|
|
||||||
#[macro_use] extern crate clap;
|
#[macro_use] extern crate clap;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
#[macro_use] extern crate serde;
|
#[macro_use] extern crate serde;
|
||||||
|
|
Loading…
Reference in a new issue