Skip to content

Commit d41ef0e

Browse files
committed
Bump version to v0.5.14
1 parent d09fa99 commit d41ef0e

File tree

4 files changed

+22
-143
lines changed

4 files changed

+22
-143
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
LINUX_TARGET: x86_64-unknown-linux-gnu
1616

1717
# Space separated paths to include in the archive.
18-
RELEASE_BINS: ai00-server converter
18+
RELEASE_BINS: ai00-server
1919
RELEASE_ADDS: README.md README.zh.md LICENSE assets
2020

2121
jobs:
@@ -217,4 +217,3 @@ jobs:
217217
asset_path: ./${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip
218218
asset_content_type: application/zip
219219
asset_name: ${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip
220-

.github/workflows/rust.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on:
1+
on:
22
pull_request:
33
push:
44
branches:
@@ -23,13 +23,13 @@ jobs:
2323
profile: minimal
2424
toolchain: stable
2525
override: true
26-
26+
2727
- name: Cache Dependencies
2828
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
2929

3030
- name: Install fmt
3131
run: rustup component add rustfmt
32-
32+
3333
- name: fmt
3434
uses: actions-rs/cargo@v1
3535
with:
@@ -41,16 +41,16 @@ jobs:
4141
with:
4242
command: check
4343

44-
- name: Install clippy
44+
- name: Install clippy
4545
run: rustup component add clippy
46-
46+
4747
- name: run clippy
4848
uses: actions-rs/cargo@v1
4949
with:
50-
command: clippy
51-
args: -- -D warnings
52-
50+
command: clippy
51+
args: -- -D warnings
52+
5353
- name: test
5454
uses: actions-rs/cargo@v1
5555
with:
56-
command: test
56+
command: test

Cargo.lock

Lines changed: 10 additions & 130 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
[workspace]
22
default-members = ["crates/ai00-server"]
3-
members = ["crates/ai00-core", "crates/ai00-server", "crates/converter"]
3+
members = ["crates/ai00-core", "crates/ai00-server"]
44
resolver = "2"
55

66
[workspace.package]
@@ -14,7 +14,7 @@ keywords = ["LLM", "deep-learning", "model", "rwkv"]
1414
license = "MIT OR Apache-2.0"
1515
repository = "https://github.com/cgisky1980/ai00_rwkv_server"
1616
rust-version = "1.76"
17-
version = "0.5.13"
17+
version = "0.5.14"
1818

1919
[workspace.dependencies]
2020
anyhow = "1"

0 commit comments

Comments
 (0)