Skip to content

Commit

Permalink
misc: Clean up after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo committed Jan 15, 2025
1 parent 3261bc6 commit 283bcc2
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -165,6 +165,8 @@ effort is wasted. If there's already an open issue for it, knock yourself out. S
7. [Robert Bastian](https://github.com/robertbastian): for fixing the overflow issue in the `calculate_offset`
8. [oleid](https://github.com/oleid): for bringing `embassy` socket support
9. [Damian Peckett](https://github.com/dpeckett): for adding `defmt` support and elaborating on `embassy` example
10. [icalder](https://github.com/icalder): for improving `embassy-net` support and adding missing `defmt` format support
for some `sntpc` types

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

4 changes: 2 additions & 2 deletions sntpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sntpc"
version = "0.5.1"
version = "0.5.2"
description = "Library for making SNTP requests"
homepage = "https://github.com/vpetrigo/sntpc"
repository = "https://github.com/vpetrigo/sntpc"
@@ -34,7 +34,7 @@ defmt = ["dep:defmt", "embassy-net/defmt"]
log = { version = "~0.4", optional = true }
chrono = { version = "~0.4", default-features = false, optional = true }
miniloop = { version = "~0.3", optional = true }
embassy-net = { version = ">=0.5,<0.7", features = ["udp", "proto-ipv4", "proto-ipv6", "medium-ip"], optional = true }
embassy-net = { version = ">=0.5", features = ["udp", "proto-ipv4", "proto-ipv6", "medium-ip"], optional = true }
tokio = { version = "1", features = ["net"], optional = true }
defmt = { version = "0.3", optional = true }
cfg-if = "~1"
2 changes: 2 additions & 0 deletions sntpc/README.md
Original file line number Diff line number Diff line change
@@ -165,6 +165,8 @@ effort is wasted. If there's already an open issue for it, knock yourself out. S
7. [Robert Bastian](https://github.com/robertbastian): for fixing the overflow issue in the `calculate_offset`
8. [oleid](https://github.com/oleid): for bringing `embassy` socket support
9. [Damian Peckett](https://github.com/dpeckett): for adding `defmt` support and elaborating on `embassy` example
10. [icalder](https://github.com/icalder): for improving `embassy-net` support and adding missing `defmt` format support
for some `sntpc` types

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

0 comments on commit 283bcc2

Please sign in to comment.