Skip to content

Commit

Permalink
Remove dependency on tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamIsrael committed Dec 31, 2023
1 parent 90a6911 commit 5171533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ieee-registry"
description = "A Rust crate to cache the IEEE public registries as csv. "
version = "0.1.0"
version = "0.1.1"
edition = "2021"
homepage = "https://github.com/AdamIsrael/ieee-registry"
documentation = "https://github.com/AdamIsrael/ieee-registry"
Expand All @@ -19,7 +19,6 @@ exclude = [
[dependencies]
expanduser = "1.2.2"
reqwest = { version = "0.11.23", features = ["blocking"] }
tokio = "1.35.1"

[dev-dependencies]
tempfile = "3.9.0"
Expand Down

0 comments on commit 5171533

Please sign in to comment.