|
1 | 1 | [
|
| 2 | + { |
| 3 | + "files": [ |
| 4 | + { |
| 5 | + "arch": "x64", |
| 6 | + "download_url": "https://github.com/PyO3/maturin/releases/download/v1.0.1/maturin-x86_64-apple-darwin.tar.gz", |
| 7 | + "filename": "maturin-x86_64-apple-darwin.tar.gz", |
| 8 | + "platform": "darwin" |
| 9 | + }, |
| 10 | + { |
| 11 | + "arch": "x64", |
| 12 | + "download_url": "https://github.com/PyO3/maturin/releases/download/v1.0.1/maturin-x86_64-unknown-linux-musl.tar.gz", |
| 13 | + "filename": "maturin-x86_64-unknown-linux-musl.tar.gz", |
| 14 | + "platform": "linux" |
| 15 | + }, |
| 16 | + { |
| 17 | + "arch": "x86", |
| 18 | + "download_url": "https://github.com/PyO3/maturin/releases/download/v1.0.1/maturin-i686-pc-windows-msvc.zip", |
| 19 | + "filename": "maturin-i686-pc-windows-msvc.zip", |
| 20 | + "platform": "win32" |
| 21 | + }, |
| 22 | + { |
| 23 | + "arch": "x64", |
| 24 | + "download_url": "https://github.com/PyO3/maturin/releases/download/v1.0.1/maturin-x86_64-pc-windows-msvc.zip", |
| 25 | + "filename": "maturin-x86_64-pc-windows-msvc.zip", |
| 26 | + "platform": "win32" |
| 27 | + } |
| 28 | + ], |
| 29 | + "release_url": "https://github.com/PyO3/maturin/releases/tag/v1.0.1", |
| 30 | + "stable": true, |
| 31 | + "version": "1.0.1" |
| 32 | + }, |
2 | 33 | {
|
3 | 34 | "files": [
|
4 | 35 | {
|
|
4601 | 4632 | "filename": "maturin-x86_64-unknown-linux-musl.tar.gz",
|
4602 | 4633 | "platform": "linux"
|
4603 | 4634 | },
|
4604 |
| - { |
4605 |
| - "arch": "x64", |
4606 |
| - "download_url": "https://github.com/PyO3/maturin/releases/download/v0.11.4-beta.4/maturin-x86_64-pc-windows-msvc.zip", |
4607 |
| - "filename": "maturin-x86_64-pc-windows-msvc.zip", |
4608 |
| - "platform": "win32" |
4609 |
| - }, |
4610 | 4635 | {
|
4611 | 4636 | "arch": "x86",
|
4612 | 4637 | "download_url": "https://github.com/PyO3/maturin/releases/download/v0.11.4-beta.4/maturin-i686-pc-windows-msvc.zip",
|
4613 | 4638 | "filename": "maturin-i686-pc-windows-msvc.zip",
|
4614 | 4639 | "platform": "win32"
|
| 4640 | + }, |
| 4641 | + { |
| 4642 | + "arch": "x64", |
| 4643 | + "download_url": "https://github.com/PyO3/maturin/releases/download/v0.11.4-beta.4/maturin-x86_64-pc-windows-msvc.zip", |
| 4644 | + "filename": "maturin-x86_64-pc-windows-msvc.zip", |
| 4645 | + "platform": "win32" |
4615 | 4646 | }
|
4616 | 4647 | ],
|
4617 | 4648 | "release_url": "https://github.com/PyO3/maturin/releases/tag/v0.11.4-beta.4",
|
|
0 commit comments