Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fkettelhoit committed May 22, 2024
1 parent 9e1c4e1 commit 47a299f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 47a299f

Please sign in to comment.