Upgrade edition to 2021 in Cargo.toml

This commit is contained in:
Héctor Ramón Jiménez 2023-04-11 06:21:59 +02:00
parent 2e45dd1cbc
commit 5fb572e9fe
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -2,7 +2,7 @@
name = "window_clipboard"
version = "0.2.4"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
edition = "2021"
description = "A library to obtain clipboard access from a `raw-window-handle`"
license = "MIT"
repository = "https://github.com/hecrj/window_clipboard"