Skip to content

Commit 47a299f

Browse files
committed
Bump version to 0.3.0
1 parent 9e1c4e1 commit 47a299f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[package]
22
name = "garble_lang"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.60.0"
66
description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits"
77
repository = "https://github.com/sine-fdn/garble/"
88
license = "MIT"
99
categories = ["command-line-utilities", "compilers"]
10-
keywords = ["programming-language", "secure-computation", "garbled-circuits", "circuit-description", "smpc"]
10+
keywords = [
11+
"programming-language",
12+
"secure-computation",
13+
"garbled-circuits",
14+
"circuit-description",
15+
"smpc",
16+
]
1117

1218
[[bin]]
1319
name = "garble"

0 commit comments

Comments
 (0)