Skip to content

Commit

Permalink
30
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang8 committed Feb 26, 2024
1 parent ff13d83 commit 29bf7cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
#dpkg -l | grep openssl
#/usr/lib/x86_64-linux-gnu/pkgconfig/openssl.pc
if: startsWith(matrix.os, 'ubuntu')

- name: cargo build
uses: houseabsolute/actions-rust-cross@v0
Expand Down
3 changes: 3 additions & 0 deletions application/xiu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ Use the above methods to push live stream to service 1, when you play the stream

Open issues if you have any problems. Star and pull requests are welcomed. Your stars can make this project go faster and further.

## [0.1.30] - 2024-02-25
- 0.1.30

## [0.1.29] - 2024-02-25
- 0.1.29

Expand Down
2 changes: 1 addition & 1 deletion confs/online/xiu.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xiu"
description = "A powerful live server by Rust ."
version = "0.1.29"
version = "0.1.30"
authors = ["HarlanC <wawacry@qq.com"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand Down

0 comments on commit 29bf7cd

Please sign in to comment.