Skip to content

Commit db41252

Browse files
committed
fix: release cargo version
1 parent 01be603 commit db41252

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release on push to main
22

33
env:
4-
RUST_TOOLCHAIN: "1.75.0"
4+
RUST_TOOLCHAIN: "1.90.0"
55

66
permissions:
77
contents: write

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "action-layer-driver"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.90.0"
66
description = "Generic driver for Action Layer (CHIP-0050) singleton spend construction on Chia"
@@ -39,7 +39,7 @@ members = [
3939
]
4040

4141
[workspace.package]
42-
version = "0.1.1"
42+
version = "0.1.2"
4343
edition = "2021"
4444
rust-version = "1.90.0"
4545
license = "MIT"

0 commit comments

Comments
 (0)