We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144defa commit c6da659Copy full SHA for c6da659
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-c"
3
-version = "0.10.10+cargo-0.86.0"
+version = "0.10.11+cargo-0.86.0"
4
authors = ["Luca Barbato <[email protected]>"]
5
description = "Helper program to build and install c-like libraries"
6
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
9
repository = "https://github.com/lu-zero/cargo-c"
10
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
11
keywords = ["cargo", "cdylib"]
12
-rust-version = "1.82"
+rust-version = "1.83"
13
14
[[bin]]
15
name = "cargo-capi"
0 commit comments