Skip to content

Commit

Permalink
add macos 12.7 deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 19, 2024
1 parent 666c630 commit 3df9dca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cidre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ macos_10_15 = ["macos_10_14"]
macos_11_0 = ["macos_10_15"]
macos_12_0 = ["macos_11_0"]
macos_12_3 = ["macos_12_0"]
macos_13_0 = ["macos_12_3"]
macos_12_7 = ["macos_12_3"]
macos_13_0 = ["macos_12_7"]
macos_13_1 = ["macos_13_0"]
macos_14_0 = ["macos_13_1"]
macos_14_2 = ["macos_14_0"]
Expand Down

0 comments on commit 3df9dca

Please # to comment.