Skip to content

Commit

Permalink
Specify MSRV
Browse files Browse the repository at this point in the history
Fixes #1385
  • Loading branch information
adetaylor committed Sep 8, 2024
1 parent 6a54d7c commit ca61125
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 ca61125

Please sign in to comment.