Skip to content

Commit ec14295

Browse files
committed
Update to edition 2018
1 parent 800d4c4 commit ec14295

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "git-fixup"
33
version = "0.1.5"
44
authors = ["Brandon W Maister <[email protected]>"]
5+
edition = "2018"
56

67
[dependencies]
78
git2 = { version = "0.10.0", default_features = false }

src/main.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
extern crate console;
16-
extern crate dialoguer;
17-
extern crate git2;
18-
#[macro_use]
19-
extern crate structopt;
20-
2115
use std::env;
2216
use std::error::Error;
2317
use std::process::Command;

0 commit comments

Comments
 (0)