Skip to content

Commit c7f745c

Browse files
committed
Release 0.1.0 (#103)
* bump version * add stable branch for release
1 parent f52c624 commit c7f745c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
33-
# with:
34-
# ref: "stable"
33+
with:
34+
ref: "stable"
3535

3636
- name: Install GNU toolchain (Windows)
3737
if: matrix.target == 'x86_64-pc-windows-gnu'
@@ -83,8 +83,8 @@ jobs:
8383
steps:
8484
- name: Checkout code
8585
uses: actions/checkout@v4
86-
# with:
87-
# ref: "stable"
86+
with:
87+
ref: "stable"
8888

8989
- name: Set up Docker Buildx
9090
uses: docker/setup-buildx-action@v3

Cargo.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "0.0.1"
17+
version = "0.1.0"
1818
rust-version = "1.76"
1919
edition = "2021"
2020

@@ -80,4 +80,9 @@ dotenvy = "0.15.7"
8080
indexmap = "2.2.6"
8181
lazy_static = "1.5.0"
8282
bimap = { version = "0.6.3", features = ["serde"] }
83-
derive_more = { version = "1.0.0", features = ["from", "into", "deref", "display"] }
83+
derive_more = { version = "1.0.0", features = [
84+
"from",
85+
"into",
86+
"deref",
87+
"display",
88+
] }

0 commit comments

Comments
 (0)