Skip to content

Commit

Permalink
Bump version to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Feb 14, 2025
1 parent d09fa99 commit d41ef0e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 143 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
LINUX_TARGET: x86_64-unknown-linux-gnu

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

jobs:
Expand Down Expand Up @@ -217,4 +217,3 @@ jobs:
asset_path: ./${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip
asset_content_type: application/zip
asset_name: ${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip

18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
on:
pull_request:
push:
branches:
Expand All @@ -23,13 +23,13 @@ jobs:
profile: minimal
toolchain: stable
override: true

- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72

- name: Install fmt
run: rustup component add rustfmt

- name: fmt
uses: actions-rs/cargo@v1
with:
Expand All @@ -41,16 +41,16 @@ jobs:
with:
command: check

- name: Install clippy
- name: Install clippy
run: rustup component add clippy

- name: run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
command: clippy
args: -- -D warnings

- name: test
uses: actions-rs/cargo@v1
with:
command: test
command: test
140 changes: 10 additions & 130 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
default-members = ["crates/ai00-server"]
members = ["crates/ai00-core", "crates/ai00-server", "crates/converter"]
members = ["crates/ai00-core", "crates/ai00-server"]
resolver = "2"

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

[workspace.dependencies]
anyhow = "1"
Expand Down

0 comments on commit d41ef0e

Please sign in to comment.