Skip to content

Commit

Permalink
experiment: Testing macos build and new crate version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabhijit committed Nov 8, 2023
1 parent 3bf61aa commit 69224b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/actions/rust-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ runs:
- run: |
rustc -Vv
cargo -V
if [[ ${{ inputs.target }} == 'x86_64-unknown-linux-gnu' ]]; then
cargo test --verbose;
cargo test --release --verbose
fi
cargo test --verbose;
cargo test --release --verbose
shell: bash
2 changes: 1 addition & 1 deletion sctp-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sctp-rs"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
description = "Idiomatic Rust APIs for Linux SCTP Stack."
authors = [ "Abhijit Gadgil <[email protected]>"]
Expand Down

0 comments on commit 69224b0

Please sign in to comment.