Skip to content

Commit

Permalink
Make note of of MSRV obstacle to using security-framework 3
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 7, 2024
1 parent f3ab96a commit 2254a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ schannel = "0.1"
openssl-probe = "0.1.2"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2"
security-framework = "2" # 3 requires 1.70 as its MSRV

0 comments on commit 2254a25

Please sign in to comment.