Skip to content

Commit c6da659

Browse files
committed
Fix the rust-version
1 parent 144defa commit c6da659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.10.10+cargo-0.86.0"
3+
version = "0.10.11+cargo-0.86.0"
44
authors = ["Luca Barbato <[email protected]>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/lu-zero/cargo-c"
1010
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1111
keywords = ["cargo", "cdylib"]
12-
rust-version = "1.82"
12+
rust-version = "1.83"
1313

1414
[[bin]]
1515
name = "cargo-capi"

0 commit comments

Comments
 (0)