Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 12, 2022
1 parent ea8d9fb commit a5af186
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 21 deletions.
56 changes: 37 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qrsync"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Matteo Bigoi <[email protected]>"]
description = "Utility to copy files over WiFi to/from mobile devices inside a terminal."
Expand All @@ -18,7 +18,7 @@ base64 = "0"
ctrlc = { version = "3", features = ["termination"] }
clap = { version = "3", features = ["derive"] }
hyper = "0.14"
pnet = "0.29"
pnet = "0.30"
qr2term = "0.3"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit a5af186

Please sign in to comment.