diff options
| author | Joe Rozner <joe@deadbytes.net> | 2022-12-12 11:11:59 -0800 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2023-01-05 15:02:18 -0500 |
| commit | f209d2bc4a06486203804458e6f0222d9c4813f1 (patch) | |
| tree | ea5bd1c877aa36130969cdde2a70737173483a16 /rust/examples/dwarfdump | |
| parent | 85e782ad57f27c753364faeaead01522982a12ec (diff) | |
Bump to 2021
Diffstat (limited to 'rust/examples/dwarfdump')
| -rw-r--r-- | rust/examples/dwarfdump/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarfdump/Cargo.toml b/rust/examples/dwarfdump/Cargo.toml index 92cc6e20..c561c22a 100644 --- a/rust/examples/dwarfdump/Cargo.toml +++ b/rust/examples/dwarfdump/Cargo.toml @@ -2,7 +2,7 @@ name = "dwarfdump" version = "0.1.0" authors = ["Kyle Martin <kyle@vector35.com>"] -edition = "2018" +edition = "2021" [lib] crate-type = ["cdylib"] |
