Skip to content

Commit 48c74b6

Browse files
authored
Merge pull request #1388 from google/msrv
Specify MSRV
2 parents e9efdc3 + ca61125 commit 48c74b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ edition = "2021"
1818
keywords = ["ffi"]
1919
categories = ["development-tools::ffi", "api-bindings"]
2020
exclude = [ ".github", "book", "tools" ]
21+
rust-version = "1.77"
2122

2223
# This is stricter about avoiding optional features in dependencies
2324
# such as 'syn'. We build this way such that CI spots any mistakes

0 commit comments

Comments
 (0)