Skip to content

Commit

Permalink
Merge pull request #304 from dhruvmanila/update-version-manifest
Browse files Browse the repository at this point in the history
Update versions-manifest.json
  • Loading branch information
konstin authored Nov 28, 2024
2 parents 984f07a + eed20bb commit a8522ae
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"files": [
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.6/maturin-x86_64-apple-darwin.tar.gz",
"filename": "maturin-x86_64-apple-darwin.tar.gz",
"platform": "darwin"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.6/maturin-x86_64-unknown-linux-musl.tar.gz",
"filename": "maturin-x86_64-unknown-linux-musl.tar.gz",
"platform": "linux"
},
{
"arch": "x86",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.6/maturin-i686-pc-windows-msvc.zip",
"filename": "maturin-i686-pc-windows-msvc.zip",
"platform": "win32"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.6/maturin-x86_64-pc-windows-msvc.zip",
"filename": "maturin-x86_64-pc-windows-msvc.zip",
"platform": "win32"
}
],
"release_url": "https://github.com/PyO3/maturin/releases/tag/v1.7.6",
"stable": true,
"version": "1.7.6"
},
{
"files": [
{
Expand Down

0 comments on commit a8522ae

Please sign in to comment.