Skip to content

Commit 952564c

Browse files
committed
sys: Bump tinydtls commit
1 parent 8368b7d commit 952564c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tinydtls-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "tinydtls-sys"
66
description = "Raw bindings to the TinyDTLS library."
7-
version = "0.1.0-alpha.1+tinydtls-c8d2def"
7+
version = "0.1.0-alpha.1+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
@@ -21,7 +21,7 @@ exclude = ['/src/tinydtls/share/', '/src/tinydtls/include/', '/src/tinydtls/conf
2121

2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2323
[features]
24-
default = ["vendored"]
24+
default = ["vendored", "static", "ecc", "psk"]
2525
# Use a vendored version of tinydtls
2626
vendored = ["static"]
2727
# Attempt static linking to tinydtls
@@ -33,7 +33,7 @@ ecc = []
3333
psk = []
3434

3535
[dependencies]
36-
libc = "^0.2"
36+
libc = "^0.2.112"
3737

3838
[dev-dependencies]
3939
lazy_static = "^1.4"

tinydtls-sys/src/tinydtls

0 commit comments

Comments
 (0)