Skip to content

Commit e73f906

Browse files
authored
Merge pull request #189 from sine-fdn/release-v0.6.1
Fix GH publish action broken by `plotter` feature on Ubuntu
2 parents 8e28118 + 7498a87 commit e73f906

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
tags:
4-
- 'v*'
3+
tags:
4+
- "v*"
55

66
name: Publish
77

@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
toolchain: stable
17-
- run: cargo test --all-features
17+
- run: cargo test --features="serde"
1818
- run: cargo clippy -- -Dwarnings
1919
- run: cargo publish --token ${CRATES_TOKEN}
2020
env:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "garble_lang"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
rust-version = "1.60.0"
66
description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits"

0 commit comments

Comments
 (0)