mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-03 05:44:52 +00:00
Update versions in preparation for release
This commit is contained in:
parent
fb1bc6217c
commit
94205cc1f6
2
.github/workflows/csharp-tests.yml
vendored
2
.github/workflows/csharp-tests.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
env:
|
env:
|
||||||
binding_build_number_based_version: 0.4.3.${{ github.run_number }}
|
binding_build_number_based_version: 1.0.0.${{ github.run_number }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ckzg:
|
build-ckzg:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "c-kzg",
|
"name": "c-kzg",
|
||||||
"version": "2.4.3",
|
"version": "3.0.0",
|
||||||
"description": "NodeJS bindings for C-KZG",
|
"description": "NodeJS bindings for C-KZG",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Dan Coffman <dgcoffman@gmail.com>",
|
"Dan Coffman <dgcoffman@gmail.com>",
|
||||||
|
@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
|
|||||||
def main():
|
def main():
|
||||||
setup(
|
setup(
|
||||||
name="ckzg",
|
name="ckzg",
|
||||||
version="0.4.3",
|
version="1.0.0",
|
||||||
author="Ethereum Foundation",
|
author="Ethereum Foundation",
|
||||||
author_email="security@ethereum.org",
|
author_email="security@ethereum.org",
|
||||||
url="https://github.com/ethereum/c-kzg-4844",
|
url="https://github.com/ethereum/c-kzg-4844",
|
||||||
|
2
bindings/rust/Cargo.lock
generated
2
bindings/rust/Cargo.lock
generated
@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "c-kzg"
|
name = "c-kzg"
|
||||||
version = "0.4.3"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"blst",
|
"blst",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "c-kzg"
|
name = "c-kzg"
|
||||||
version = "0.4.3"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
links = "ckzg"
|
links = "ckzg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user