From fef39650efa65b4033b262e440d0f85999602412 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 3 Mar 2021 20:20:13 +0200 Subject: Update to modern Rust --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2d5d33e..89fd467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "qif_parser" version = "0.1.0" authors = ["Justin Worthe "] +edition = "2018" [dependencies] -regex = "0.2.2" -lazy_static = "1.0" -structopt = "0.1.6" -structopt-derive = "0.1.6" \ No newline at end of file +regex = "1.4" +lazy_static = "1" +structopt = "0.3" -- cgit v1.2.3