Skip to content

Commit

Permalink
libosdp: Release v0.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 15, 2024
1 parent 17169c9 commit ebcec7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# SPDX-License-Identifier: Apache-2.0
#

name: Publish libosdp-sys
name: Publish libosdp

on:
workflow_dispatch:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'libosdp-sys-v*'
- 'libosdp-v*'

jobs:
cross_platform_check:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'libosdp-v*'
- 'osdpctl-v*'
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion libosdp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "libosdp"
version = "0.1.8"
version = "0.1.9"
authors = ["Siddharth Chandrasekaran <[email protected]>"]
description = "Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)"
documentation = "https://docs.rs/libosdp"
Expand Down

0 comments on commit ebcec7b

Please sign in to comment.