Skip to content

Commit

Permalink
Merge pull request #1388 from google/msrv
Browse files Browse the repository at this point in the history
Specify MSRV
  • Loading branch information
adetaylor authored Sep 9, 2024
2 parents e9efdc3 + ca61125 commit 48c74b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ edition = "2021"
keywords = ["ffi"]
categories = ["development-tools::ffi", "api-bindings"]
exclude = [ ".github", "book", "tools" ]
rust-version = "1.77"

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

0 comments on commit 48c74b6

Please sign in to comment.