From abd5d4f6df3033fba9b0a6f86643c4c0127751e7 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Sat, 13 Nov 2021 19:59:13 -0700 Subject: [PATCH] move to rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4363a1f..951995b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pwasm-utils" version = "0.18.2" -edition = "2018" +edition = "2021" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"