Skip to content

Commit 283bcc2

Browse files
committed
misc: Clean up after merge
1 parent 3261bc6 commit 283bcc2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ effort is wasted. If there's already an open issue for it, knock yourself out. S
165165
7. [Robert Bastian](https://github.com/robertbastian): for fixing the overflow issue in the `calculate_offset`
166166
8. [oleid](https://github.com/oleid): for bringing `embassy` socket support
167167
9. [Damian Peckett](https://github.com/dpeckett): for adding `defmt` support and elaborating on `embassy` example
168+
10. [icalder](https://github.com/icalder): for improving `embassy-net` support and adding missing `defmt` format support
169+
for some `sntpc` types
168170

169171
Really appreciate all your efforts! Please [let me know](mailto:vladimir.petrigo@gmail.com) if I forgot someone.
170172

sntpc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sntpc"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Library for making SNTP requests"
55
homepage = "https://github.com/vpetrigo/sntpc"
66
repository = "https://github.com/vpetrigo/sntpc"
@@ -34,7 +34,7 @@ defmt = ["dep:defmt", "embassy-net/defmt"]
3434
log = { version = "~0.4", optional = true }
3535
chrono = { version = "~0.4", default-features = false, optional = true }
3636
miniloop = { version = "~0.3", optional = true }
37-
embassy-net = { version = ">=0.5,<0.7", features = ["udp", "proto-ipv4", "proto-ipv6", "medium-ip"], optional = true }
37+
embassy-net = { version = ">=0.5", features = ["udp", "proto-ipv4", "proto-ipv6", "medium-ip"], optional = true }
3838
tokio = { version = "1", features = ["net"], optional = true }
3939
defmt = { version = "0.3", optional = true }
4040
cfg-if = "~1"

sntpc/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ effort is wasted. If there's already an open issue for it, knock yourself out. S
165165
7. [Robert Bastian](https://github.com/robertbastian): for fixing the overflow issue in the `calculate_offset`
166166
8. [oleid](https://github.com/oleid): for bringing `embassy` socket support
167167
9. [Damian Peckett](https://github.com/dpeckett): for adding `defmt` support and elaborating on `embassy` example
168+
10. [icalder](https://github.com/icalder): for improving `embassy-net` support and adding missing `defmt` format support
169+
for some `sntpc` types
168170

169171
Really appreciate all your efforts! Please [let me know](mailto:vladimir.petrigo@gmail.com) if I forgot someone.
170172

0 commit comments

Comments
 (0)