diff options
| author | Fuwn <[email protected]> | 2022-01-04 15:17:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 15:17:06 -0800 |
| commit | 7d4f25ba7f465bc94f217b12263e08ece4085293 (patch) | |
| tree | 7c9853c74a2b8fcc97ce8850dab2092b7942b35a /crates/windows-kernel-sys | |
| parent | chore(crates): add license identifier (diff) | |
| download | driver-7d4f25ba7f465bc94f217b12263e08ece4085293.tar.xz driver-7d4f25ba7f465bc94f217b12263e08ece4085293.zip | |
chore(crates): migrate to edition 2021
Diffstat (limited to 'crates/windows-kernel-sys')
| -rw-r--r-- | crates/windows-kernel-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/windows-kernel-sys/Cargo.toml b/crates/windows-kernel-sys/Cargo.toml index b90d663..4251066 100644 --- a/crates/windows-kernel-sys/Cargo.toml +++ b/crates/windows-kernel-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "windows-kernel-sys" version = "0.1.0" -edition = "2018" +edition = "2021" license = "MIT" [[example]] |