Skip to content

Commit 7b742b7

Browse files
authored
Merge pull request #189 from PyO3/update-versions-manifest
Update versions-manifest.json
2 parents 9040d48 + 18a75bd commit 7b742b7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

versions-manifest.json

Lines changed: 31 additions & 0 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.1.0/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.1.0/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.1.0/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.1.0/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.1.0",
30+
"stable": true,
31+
"version": "1.1.0"
32+
},
233
{
334
"files": [
435
{

0 commit comments

Comments
 (0)