Skip to content

Commit 608956d

Browse files
committed
feat: add msrv
1 parent e911634 commit 608956d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "inputbox"
33
version = "0.0.1"
4-
edition = "2024"
4+
edition = "2021"
55
authors = ["Mivik <mivikq@gmail.com>", "sjfhsjfh <sjfhsjfh@qq.com>"]
66
description = "A cross-platform, native GUI input box."
77
license = "MIT"
@@ -10,6 +10,7 @@ homepage = "https://github.com/Mivik/inputbox"
1010
documentation = "https://docs.rs/inputbox"
1111
categories = ["gui", "command-line-interface"]
1212
keywords = ["ui", "dialog", "input", "native"]
13+
rust-version = "1.71.0"
1314

1415
[lib]
1516

0 commit comments

Comments
 (0)