From 47a299fe3245b1792d169726ea13886bb48eed76 Mon Sep 17 00:00:00 2001 From: Frederic Kettelhoit Date: Wed, 22 May 2024 16:29:14 +0100 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b28ba7c..95cf4d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "garble_lang" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "quickcheck", diff --git a/Cargo.toml b/Cargo.toml index c0af85c..b35d506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,19 @@ [package] name = "garble_lang" -version = "0.2.0" +version = "0.3.0" edition = "2021" rust-version = "1.60.0" description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits" repository = "https://github.com/sine-fdn/garble/" license = "MIT" categories = ["command-line-utilities", "compilers"] -keywords = ["programming-language", "secure-computation", "garbled-circuits", "circuit-description", "smpc"] +keywords = [ + "programming-language", + "secure-computation", + "garbled-circuits", + "circuit-description", + "smpc", +] [[bin]] name = "garble"