summaryrefslogtreecommitdiff
path: root/crates/winioctl/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 15:17:06 -0800
committerFuwn <[email protected]>2022-01-04 15:17:06 -0800
commit7d4f25ba7f465bc94f217b12263e08ece4085293 (patch)
tree7c9853c74a2b8fcc97ce8850dab2092b7942b35a /crates/winioctl/Cargo.toml
parentchore(crates): add license identifier (diff)
downloaddriver-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.toml2
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]