Skip to content

Commit a0dda33

Browse files
authored
bump version to 0.13.1 (#573)
* bump version to 0.13.1 * bump openssl to 0.10.72 to address RUSTSEC-2025-0022
1 parent 68cc1fe commit a0dda33

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

.github/workflows/audit-check.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions-rs/audit-check@v1
13-
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
12+
- name: install cargo audit
13+
run: cargo install cargo-audit
14+
- name: cargo audit
15+
run: cargo audit --ignore RUSTSEC-2025-0020

Cargo.lock

Lines changed: 8 additions & 8 deletions
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
@@ -3,7 +3,7 @@ members = ["fuzz", "tools", "wasm", "wheel"]
33

44
[package]
55
name = "clvmr"
6-
version = "0.12.1"
6+
version = "0.13.1"
77
authors = ["Richard Kiss <him@richardkiss.com>"]
88
edition = "2021"
99
license = "Apache-2.0"

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm-rs-test-tools"
3-
version = "0.12.1"
3+
version = "0.13.1"
44
authors = ["Arvid Norberg <arvid@chia.net>", "Cameron Cooper <cameron@chia.net>"]
55
edition = "2021"
66
license = "Apache-2.0"

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_wasm"
3-
version = "0.12.1"
3+
version = "0.13.1"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

wheel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_rs"
3-
version = "0.12.1"
3+
version = "0.13.1"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)