Get version and release from args
()
| 209 | add_rustup("x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "i686-pc-windows-msvc") |
| 210 | elif target == "macos": |
| 211 | add_rustup("x86_64-apple-darwin", "aarch64-apple-darwin") |
| 212 | |
| 213 | |
| 214 | """ |
| 215 | Preparation |
| 216 | """ |
| 217 | |
| 218 | |
| 219 | def extract_args(): |
no outgoing calls
no test coverage detected