Skip to content

Commit e699918

Browse files
committed
capi: update to Rust 2021
... and set an MSRV. I usually don't bump MSRVs for small reasons, but this is moving to what is still an extremely old version of Rust. And now we can inline format arguments.
1 parent 23ad2c3 commit e699918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regex-capi/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ description = """
1111
A C API for Rust's regular expression library.
1212
"""
1313
workspace = ".."
14-
edition = "2018"
14+
edition = "2021"
15+
rust-version = "1.65"
1516

1617
[lib]
1718
name = "rure"

0 commit comments

Comments
 (0)