diff --git a/Cargo.toml b/Cargo.toml index b401e72..3f81b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ categories = [ "memory-management" ] repository = "https://github.com/bspeice/qadapt.git" +edition = "2018" [badges] maintenance = { status = "actively-developed" } @@ -26,4 +27,4 @@ thread-id = "3.3" qadapt-macro = { version = "0.7.1", path = "./qadapt-macro" } [dev-dependencies] -env_logger = "0.6" \ No newline at end of file +env_logger = "0.6" diff --git a/qadapt-macro/Cargo.toml b/qadapt-macro/Cargo.toml index 94f6842..580947f 100644 --- a/qadapt-macro/Cargo.toml +++ b/qadapt-macro/Cargo.toml @@ -13,6 +13,7 @@ categories = [ "memory-management" ] repository = "https://github.com/bspeice/qadapt.git" +edition = "2018" [badges] maintenance = { status = "actively-developed" }