|
1 | | -From a4e7e8f114ea56cd4756f5bc9b9a481cf6b956a4 Mon Sep 17 00:00:00 2001 |
2 | | -From: sirse <artiom.tretjakovas2@gmail.com> |
3 | | -Date: Wed, 29 Oct 2025 16:55:26 +0200 |
| 1 | +From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Artiom Tretjakovas <hi@sirse.dev> |
| 3 | +Date: Thu, 26 Feb 2026 20:40:37 +0200 |
4 | 4 | Subject: [PATCH] Patch rust bindings |
5 | 5 |
|
6 | 6 | --- |
7 | 7 | Cargo.toml | 1 + |
8 | | - bindings/rust/build.rs | 51 ++++-------------------------------------- |
9 | | - 2 files changed, 5 insertions(+), 47 deletions(-) |
| 8 | + bindings/rust/build.rs | 50 +++--------------------------------------- |
| 9 | + 2 files changed, 4 insertions(+), 47 deletions(-) |
10 | 10 |
|
11 | 11 | diff --git a/Cargo.toml b/Cargo.toml |
12 | | -index 75784d3..d7e4e94 100644 |
| 12 | +index 01d6702..46c37e9 100644 |
13 | 13 | --- a/Cargo.toml |
14 | 14 | +++ b/Cargo.toml |
15 | 15 | @@ -1,3 +1,4 @@ |
16 | 16 | +[workspace] |
17 | 17 | [package] |
18 | 18 | name = "c-kzg" |
19 | | - version = "2.1.5" |
| 19 | + version = "2.1.6" |
20 | 20 | diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs |
21 | | -index 2f4170a..06d136d 100644 |
| 21 | +index 2f4170a..14b0963 100644 |
22 | 22 | --- a/bindings/rust/build.rs |
23 | 23 | +++ b/bindings/rust/build.rs |
24 | 24 | @@ -3,53 +3,10 @@ use std::{env, path::PathBuf}; |
@@ -80,5 +80,5 @@ index 2f4170a..06d136d 100644 |
80 | 80 |
|
81 | 81 | #[cfg(feature = "generate-bindings")] |
82 | 82 | -- |
83 | | -2.43.0 |
| 83 | +2.51.2 |
84 | 84 |
|
0 commit comments