Skip to content

Commit

Permalink
switch to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
brianm committed Jan 10, 2019
1 parent 2c9ad00 commit 718f1de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "jp"
version = "0.4.0"
authors = ["Brian McCallister <[email protected]>"]
build = "build.rs"
edition = "2018"

[dependencies]
serde_json = "0.9"
Expand Down
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
extern crate clap;
extern crate failure;
extern crate human_panic;
extern crate serde_json;

use clap::{App, Arg};
use failure::Error;
use human_panic::setup_panic;
Expand Down

0 comments on commit 718f1de

Please sign in to comment.