Skip to content

Commit d23e117

Browse files
Release v0.15.4 (#305)
1 parent 89cb844 commit d23e117

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "garaga"
7-
version = "0.15.3"
7+
version = "0.15.4"
88
requires-python = ">=3.10,<3.11"
99
dependencies = [
1010
"fastecdsa",

src/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "garaga"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2023_10"
55
licence = "MIT"
66
keywords = ["zk", "snarks", "curve", "pairing", "groth16", "plonk", "bls", "elliptic", "signature"]

src/contracts/risc0_sample_app/fibonacci_prover/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
methods = { path = "../methods" }
88
risc0-zkvm = { version = "1.2.0" }
99
risc0-ethereum-contracts = { version = "1.2.0" }
10-
garaga_rs = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v0.15.3" }
10+
garaga_rs = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v0.15.4" }
1111
hex = "0.4"
1212
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1313
serde = "1.0"

tools/garaga_rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/garaga_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "garaga_rs"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tools/npm/garaga_ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "garaga",
4-
"version": "0.15.3",
4+
"version": "0.15.4",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

tools/npm/garaga_ts/src/wasm/pkg/garaga_rs_bg.wasm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/npm/garaga_ts/src/wasm/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "garaga_rs",
33
"type": "module",
4-
"version": "0.15.3",
4+
"version": "0.15.4",
55
"files": [
66
"garaga_rs_bg.wasm",
77
"garaga_rs.js",

0 commit comments

Comments
 (0)