Skip to content

Commit

Permalink
New crate version: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabhijit committed Nov 8, 2023
1 parent 9512289 commit ee2f48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rust-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ runs:
cargo -V
if [[ ${{ inputs.target }} == 'x86_64-unknown-linux-gnu' ]]; then
cargo test --verbose;
cargo test --release --verbose
cargo test --release --verbose;
fi
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 ee2f48d

Please sign in to comment.