From 45661f4d655c91047a3c309183fa26b81f1b010f Mon Sep 17 00:00:00 2001 From: Raimundo Henriques Date: Mon, 3 Oct 2022 18:06:49 +0100 Subject: [PATCH] bump version to 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6c93da..00eeab2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "garble_lang" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap", "quickcheck", diff --git a/Cargo.toml b/Cargo.toml index 871784b..493efb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garble_lang" -version = "0.1.6" +version = "0.1.7" edition = "2021" rust-version = "1.60.0" description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits"