Skip to content

Commit

Permalink
Release 4.0.1 (#101)
Browse files Browse the repository at this point in the history
Update homepage, repository and readme in Cargo.toml
  • Loading branch information
ConstanceBeguier authored and GitHub Enterprise committed Sep 14, 2023
1 parent abec81a commit e9ad95a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# v4.0.1, 2023-09

Rust:
- update homepage, repository and readme in Cargo.toml

# v4.0.0 and SIEVE IR v2.1.0, 2023-09

Schema (.fbs):
Expand Down
7 changes: 4 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "zki_sieve"
version = "4.0.0"
version = "4.0.1"
authors = ["Aurélien Nicolas <[email protected]>", "Michael Adjedj <[email protected]>", "Constance Beguier <[email protected]>"]
license = "MIT"
build = "build.rs"
edition = '2018'
description = "An implementation of SIEVE IR"
homepage = "https://github.mit.edu/sieve-all/zkinterface-sieve"
repository = "https://github.mit.edu/sieve-all/zkinterface-sieve/tree/master/rust"
homepage = "https://github.com/QED-it/zkinterface-ir"
repository = "https://github.com/QED-it/zkinterface-ir/tree/master/rust"
readme = "../README.md"
keywords = ["zero-knowledge", "zkproof", "cryptography"]

[features]
Expand Down

0 comments on commit e9ad95a

Please sign in to comment.