File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use crate::ROOT_DIR;
1111use crate :: generate_all:: Mode ;
1212
1313/// Contains current supported targets
14- const TARGETS_YML_URL : & str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20251007 /cpython-unix/targets.yml" ;
14+ const TARGETS_YML_URL : & str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20251014 /cpython-unix/targets.yml" ;
1515
1616#[ derive( clap:: Args ) ]
1717pub ( crate ) struct Args {
@@ -130,7 +130,7 @@ async fn generate() -> Result<String> {
130130 output. push_str ( "//! DO NOT EDIT\n " ) ;
131131 output. push_str ( "//!\n " ) ;
132132 output. push_str ( "//! Generated with `cargo run dev generate-sysconfig-metadata`\n " ) ;
133- output. push_str ( "//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251007 /cpython-unix/targets.yml>\n " ) ;
133+ output. push_str ( "//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251014 /cpython-unix/targets.yml>\n " ) ;
134134 output. push_str ( "//!\n " ) ;
135135
136136 // Disable clippy/fmt
Original file line number Diff line number Diff line change 11//! DO NOT EDIT
22//!
33//! Generated with `cargo run dev generate-sysconfig-metadata`
4- //! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251007 /cpython-unix/targets.yml>
4+ //! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251014 /cpython-unix/targets.yml>
55//!
66#![ allow( clippy:: all) ]
77#![ cfg_attr( any( ) , rustfmt:: skip) ]
You can’t perform that action at this time.
0 commit comments