From a77221d821180495d01783594f2baaa527bf9e4f Mon Sep 17 00:00:00 2001 From: SajjadPourali Date: Tue, 23 Jul 2024 22:10:50 -0400 Subject: [PATCH] Bump version to 0.1.0 --- Cargo.toml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e95d75..9e8a6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2021" license = "Apache-2.0" repository = 'https://github.com/narrowlink/ipstack' -# homepage = 'https://github.com/narrowlink/ipstack' +homepage = 'https://narrowlink.com' readme = "README.md" [dependencies] diff --git a/README.md b/README.md index 77a16d8..108b2f1 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,9 @@ async fn main() { continue; } println!("unknown transport - Ip Protocol {}", u.ip_protocol().0); - continue; } IpStackStream::UnknownNetwork(pkt) => { println!("unknown transport - {} bytes", pkt.len()); - continue; } } }