Skip to content

Commit

Permalink
bumping version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
coltiebaby authored Mar 13, 2024
1 parent 9fc3d70 commit bef5033
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
include:
- os: ubuntu-latest
artifact_name: rss
asset_name: rss-{{ github.ref }}-linux-amd64
asset_name: random-skin-selector
- os: windows-latest
artifact_name: rss.exe
asset_name: rss-{{ github.ref }}-windows-amd64
asset_name: random-skin-selector.exe
- os: macos-latest
artifact_name: rss
asset_name: rss-{{ github.ref }}-macos-amd64
asset_name: random-skin-selector

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 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,13 +1,13 @@
[package]
name = "rss"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
anyhow = "1.0.81"
env_logger = "0.11.3"
flume = "0.11.0"
league-client = { version = "0.1.1" }
league-client = { version = "0.2.0" }
log = "0.4.21"
rand = "0.8.5"
reqwest = { version = "0.11.25", features = ["stream"] }
Expand Down

0 comments on commit bef5033

Please sign in to comment.