From 283bcc25a64d4083da60b79bde919d70308f5c29 Mon Sep 17 00:00:00 2001 From: Vladimir Petrigo Date: Wed, 15 Jan 2025 13:59:59 +0100 Subject: [PATCH] misc: Clean up after merge --- README.md | 2 ++ sntpc/Cargo.toml | 4 ++-- sntpc/README.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b42df9..f5ea607 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/sntpc/Cargo.toml b/sntpc/Cargo.toml index 8ad0ba3..8460dd1 100644 --- a/sntpc/Cargo.toml +++ b/sntpc/Cargo.toml @@ -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" diff --git a/sntpc/README.md b/sntpc/README.md index 2b42df9..f5ea607 100644 --- a/sntpc/README.md +++ b/sntpc/README.md @@ -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.