Skip to content

Commit

Permalink
chore: remove needless ci step, update crate version to match release
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Feb 7, 2023
1 parent 933c37a commit 61fe4ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install system dependencies (ubuntu)
run: |
sudo apt update
sudo apt install libssl-dev pkg-config
if: startsWith(matrix.os, 'ubuntu')

- name: Build and upload modsurfer binaries
uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modsurfer-cli"
version = "0.1.0"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 61fe4ae

Please sign in to comment.