File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
- name : Publish libosdp-sys
7
+ name : Publish libosdp
8
8
9
9
on :
10
10
workflow_dispatch :
11
11
push :
12
12
# Sequence of patterns matched against refs/tags
13
13
tags :
14
14
- ' libosdp-sys-v*'
15
+ - ' libosdp-v*'
15
16
16
17
jobs :
17
18
cross_platform_check :
Original file line number Diff line number Diff line change 10
10
push :
11
11
# Sequence of patterns matched against refs/tags
12
12
tags :
13
- - ' libosdp-v*'
14
13
- ' osdpctl-v*'
15
14
workflow_dispatch :
16
15
inputs :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
3
name = " libosdp"
4
- version = " 0.1.8 "
4
+ version = " 0.1.9 "
5
5
authors = [" Siddharth Chandrasekaran <sidcha.dev@gmail.com>" ]
6
6
description = " Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)"
7
7
documentation = " https://docs.rs/libosdp"
You can’t perform that action at this time.
0 commit comments