<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/839a4ea06e4eeb872ad4942da4f1eea9adddc9be">https://github.com/macports/macports-ports/commit/839a4ea06e4eeb872ad4942da4f1eea9adddc9be</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 839a4ea06e4 rust: Set Minimum supported Darwin back to 13 Reverts https://github.com/macports/macports-ports/commit/349caea49f6bafdd382349c3ac192efde835c761
</span>839a4ea06e4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 839a4ea06e4eeb872ad4942da4f1eea9adddc9be
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Nov 29 11:08:13 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    rust: Set Minimum supported Darwin back to 13
</span><span style='display:block; white-space:pre;color:#404040;'>    Reverts https://github.com/macports/macports-ports/commit/349caea49f6bafdd382349c3ac192efde835c761
</span>---
 lang/rust/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b2ad8781ec6..4d7ca2dc3e7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -153,7 +153,7 @@ checksums-append    rust-std-${rustc_version}-x86_64-apple-${os.platform}${extra
</span>                     sha256  9e49c057f8020fa4f67e6530aa2929c175e5417d19fc9f3a14c9ffb168c2932d \
                     size    5832622
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set min_darwin 12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set min_darwin 13
</span> if {${os.platform} eq "darwin" && ${os.major} < ${min_darwin}} {
     known_fail yes
     pre-fetch {
</pre><pre style='margin:0'>

</pre>