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/winioctl/Cargo.toml | |
| 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/winioctl/Cargo.toml')
| -rw-r--r-- | crates/winioctl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/winioctl/Cargo.toml b/crates/winioctl/Cargo.toml index c618317..7cdfd51 100644 --- a/crates/winioctl/Cargo.toml +++ b/crates/winioctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "winioctl" version = "0.1.0" -edition = "2018" +edition = "2021" license = "MIT" [dependencies] |