Skip to content

Commit ce59d7b

Browse files
committed
sys: Bump version number to 0.1.0
1 parent 369a749 commit ce59d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinydtls-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[package]
55
name = "tinydtls-sys"
66
description = "Raw bindings to the TinyDTLS library."
7-
version = "0.1.0-alpha.1+tinydtls-68f6045"
7+
version = "0.1.0+tinydtls-68f6045"
88
edition = "2021"
99
links = "tinydtls"
1010
# For tinydtls, both licenses can be applied, see https://www.eclipse.org/legal/eplfaq.php#DUALLIC
1111
# BSD-3-CLAUSE is equivalent to the EDL v1.0, see https://www.eclipse.org/org/documents/edl-v10.php
1212
# First bracket is the license for TinyDTLS, the remainder is for code included with tinydtls.
13-
license = "(EPL-1.0 OR BSD-3-CLAUSE) AND BSD-1-Clause AND BSD-3-CLAUSE AND MIT"
13+
license = "(EPL-1.0 OR BSD-3-Clause) AND BSD-1-Clause AND BSD-3-Clause AND MIT"
1414
readme = "README.md"
1515
homepage = "https://github.com/namib-project/tinydtls-rs"
1616
repository = "https://github.com/namib-project/tinydtls-rs"

0 commit comments

Comments
 (0)