Skip to content

Commit

Permalink
switch lightws v0.4.5, kaminari v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 9, 2022
1 parent 671c75a commit 1302c68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
mkdir -p release-${{ matrix.target }}
cd release-${{ matrix.target }}
tar -C ../target/${{ matrix.target }}/release -zcf kaminari-${{ matrix.target }}.tar.gz kaminaris kaminaric
tar -C ../target/${{ matrix.target }}/release -zcf kaminari-${{ matrix.target }}.tar.gz kaminaris${{ matrix.file-ext }} kaminaric${{ matrix.file-ext }}
openssl dgst -sha256 -r kaminari-${{ matrix.target }}.tar.gz > kaminari-${{ matrix.target }}.sha256
- name: release
Expand Down
14 changes: 7 additions & 7 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 cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "kaminari-cmd"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["zephyr <[email protected]>"]
repository = "https://github.com/zephyrchien/kaminari/cmd"
license = "GPLv3"

[dependencies]
kaminari = "0.3.0"
kaminari = "0.3.1"
tokio = {version = "1", features = ["full"] }
anyhow = "1"

Expand Down

0 comments on commit 1302c68

Please sign in to comment.