Skip to content

Commit 9040d48

Browse files
authored
Merge pull request #184 from PyO3/update-versions-manifest
Update versions-manifest.json
2 parents 184deb4 + cf125e2 commit 9040d48

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

versions-manifest.json

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
[
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+
},
233
{
334
"files": [
435
{
@@ -4601,17 +4632,17 @@
46014632
"filename": "maturin-x86_64-unknown-linux-musl.tar.gz",
46024633
"platform": "linux"
46034634
},
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-
},
46104635
{
46114636
"arch": "x86",
46124637
"download_url": "https://github.com/PyO3/maturin/releases/download/v0.11.4-beta.4/maturin-i686-pc-windows-msvc.zip",
46134638
"filename": "maturin-i686-pc-windows-msvc.zip",
46144639
"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"
46154646
}
46164647
],
46174648
"release_url": "https://github.com/PyO3/maturin/releases/tag/v0.11.4-beta.4",

0 commit comments

Comments
 (0)