Skip to content

Commit

Permalink
Fix the rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 22, 2025
1 parent 144defa commit c6da659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.10.10+cargo-0.86.0"
version = "0.10.11+cargo-0.86.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/lu-zero/cargo-c"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
keywords = ["cargo", "cdylib"]
rust-version = "1.82"
rust-version = "1.83"

[[bin]]
name = "cargo-capi"
Expand Down

0 comments on commit c6da659

Please sign in to comment.