Update documented MSRV
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
166bcf307a
commit
927ecd95bf
+1
-1
@@ -1,2 +1,2 @@
|
||||
# Specify the minimum supported Rust version
|
||||
msrv = "1.54.0"
|
||||
msrv = "1.57.0"
|
||||
|
||||
@@ -13,6 +13,7 @@ keywords = ["bindings", "ffi", "code-generation"]
|
||||
categories = ["external-ffi-bindings", "development-tools::ffi"]
|
||||
repository = "https://github.com/eqrion/cbindgen"
|
||||
edition = "2018"
|
||||
rust-version = "1.57"
|
||||
exclude = [
|
||||
"tests/profile.rs", # Test relies in a sub-crate, see https://github.com/rust-lang/cargo/issues/9017
|
||||
]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [](https://github.com/eqrion/cbindgen)
|
||||
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [](https://github.com/eqrion/cbindgen)
|
||||
|
||||
[Build Status]: https://github.com/eqrion/cbindgen/workflows/cbindgen/badge.svg
|
||||
[actions]: https://github.com/eqrion/cbindgen/actions
|
||||
|
||||
Reference in New Issue
Block a user