From 6cfcbeefca71fafdf04e36598f572ff1ff5b7418 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:19:03 +0800 Subject: [PATCH] Update versions-manifest.json (#287) Co-authored-by: messense <1556054+messense@users.noreply.github.com> --- versions-manifest.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index d6be68c..7131dd2 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,35 @@ [ + { + "files": [ + { + "arch": "x64", + "download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.2/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.2/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.2/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.2/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.2", + "stable": true, + "version": "1.7.2" + }, { "files": [ {