Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/sourcegen/Cargo.toml')
| -rw-r--r-- | crates/sourcegen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index e7d618b8c7..20954dfb47 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -3,7 +3,7 @@ name = "sourcegen" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -edition = "2018" +edition = "2021" [lib] doctest = false |