Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bernier St-Pierre committed May 10, 2020
1 parent b96f590 commit d0690d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "igd"
version = "0.10.2"
version = "0.11.0"
edition = "2018"
authors = ["Simon Bernier St-Pierre <sbernierstpierre@gmail.com>"]
description = "Internet Gateway Protocol client"
Expand All @@ -21,7 +21,7 @@ attohttpc = { version = "0.10", default-features = false }
url = "2"
log = "0.4"
futures = { version = "0.3", optional = true }
tokio = { version = "0.2", optional = true , features = [ "udp", "macros" ]}
tokio = { version = "0.2", optional = true, features = [ "udp", "macros" ]}
bytes = { version = "0.5", optional = true }
http = {version = "0.2", optional = true }

Expand Down

0 comments on commit d0690d6

Please sign in to comment.