Skip to content

Commit

Permalink
Release 0.1.0 (#103)
Browse files Browse the repository at this point in the history
* bump version

* add stable branch for release
  • Loading branch information
ltitanb committed Sep 3, 2024
1 parent f52c624 commit c7f745c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
# with:
# ref: "stable"
with:
ref: "stable"

- name: Install GNU toolchain (Windows)
if: matrix.target == 'x86_64-pc-windows-gnu'
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
# with:
# ref: "stable"
with:
ref: "stable"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.1"
version = "0.1.0"
rust-version = "1.76"
edition = "2021"

Expand Down Expand Up @@ -80,4 +80,9 @@ dotenvy = "0.15.7"
indexmap = "2.2.6"
lazy_static = "1.5.0"
bimap = { version = "0.6.3", features = ["serde"] }
derive_more = { version = "1.0.0", features = ["from", "into", "deref", "display"] }
derive_more = { version = "1.0.0", features = [
"from",
"into",
"deref",
"display",
] }

0 comments on commit c7f745c

Please sign in to comment.