From eb630c4d2fe257bf630b05d0e4d100b8207dc756 Mon Sep 17 00:00:00 2001 From: moven0831 Date: Mon, 4 May 2026 16:05:45 +0800 Subject: [PATCH] docs: refresh README install snippet for noir v1.0.0-beta.19 Pin to the immutable v1.0.0-beta.19 tag, drop the obsolete android-compat feature variant, point users at the barretenberg-rs crate on crates.io instead of the no-longer-load-bearing aztec-packages releases, and remove the dropped x86_64-apple-ios target from the platform list. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e87ccbd..93da767 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,18 @@ ```toml # Cargo.toml [dependencies] -noir = { git = "https://github.com/zkmopro/noir-rs", features = ["barretenberg"] } - -# For Android add the `android-compat` feature: -noir = { git = "https://github.com/zkmopro/noir-rs", features = ["barretenberg", "android-compat"] } +noir = { git = "https://github.com/zkmopro/noir-rs", features = ["barretenberg"], tag = "v1.0.0-beta.19" } ``` ## Platform Support -For details, please check released artifacts in [zkmopro/aztec-packages](https://github.com/zkmopro/aztec-packages/releases) +The Barretenberg backend is fetched transitively via the [`barretenberg-rs`](https://crates.io/crates/barretenberg-rs) crate. - macOS - `aarch64-apple-darwin` - `x86_64-apple-darwin` - iOS - `aarch64‑apple‑ios` - `aarch64-apple-ios-sim` - - `x86_64-apple-ios` - Android - `aarch64‑linux‑android` - `x86_64-linux-android`