diff options
Diffstat (limited to 'test_ffi/Cargo.toml')
-rw-r--r-- | test_ffi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_ffi/Cargo.toml b/test_ffi/Cargo.toml index 737efe21e..8c9be227c 100644 --- a/test_ffi/Cargo.toml +++ b/test_ffi/Cargo.toml @@ -4,7 +4,7 @@ name = "test_ffi" version = "0.1.0" authors = ["the deno authors"] -edition = "2018" +edition = "2021" publish = false [lib] |