diff options
Diffstat (limited to 'examples/module/Cargo.toml')
-rw-r--r-- | examples/module/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/module/Cargo.toml b/examples/module/Cargo.toml index 504c01e..e15c4af 100644 --- a/examples/module/Cargo.toml +++ b/examples/module/Cargo.toml @@ -2,7 +2,7 @@ name = "rust_module" version = "0.0.0" authors = ["Aleksandr Orlenko <zxteam@pm.me>"] -edition = "2018" +edition = "2021" [lib] crate-type = ["cdylib"] |