Skip to content

Commit

Permalink
publish: 0.1.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: wenig <info@pwenig.de>
  • Loading branch information
wenig and wenig authored Apr 13, 2021
1 parent 0336256 commit 6b82fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-telepathy"
version = "0.1.0"
version = "0.1.1"
authors = ["wenig <info@pwenig.de>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ port_scanner = "0.1.5"
rayon = "1.5.0"

[dependencies]
actix_telepathy_derive = { version = "0.1.0", optional = true }
actix_telepathy_derive = { version = "0.1.1", optional = true }

log = "0.4"
env_logger = "0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion actix-telepathy-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix_telepathy_derive"
version = "0.1.0"
version = "0.1.1"
authors = ["wenig <info@pwenig.de>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 6b82fb3

Please sign in to comment.