From 2eff696d2dd769d04e4c95b9029c529c9e283c2d Mon Sep 17 00:00:00 2001 From: Jake Sandler Date: Fri, 25 Sep 2020 10:55:49 -0400 Subject: added rust 2018 edition --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 15e3f5c..c1396d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ readme = "README.md" keywords = ["pdf", "form"] description = "A library for programatically filling out pdf forms" license = "MIT" +edition = "2018" [dependencies] bitflags = "^1.2" -- cgit v1.2.3