Skip to content

Commit

Permalink
bump cargo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
depombo authored Feb 28, 2021
1 parent b53c442 commit 86bbef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"
homepage = "https://github.com/alantech/anycloud"
documentation = "https://alantech.gitbook.io/anycloud"
repository = "https://github.com/alantech/anycloud"
version = "0.1.1"
version = "0.1.2"
authors = ["Luis de Pombo <[email protected]>", "David Ellis <[email protected]>"]
edition = "2018"

Expand All @@ -20,4 +20,4 @@ hyper-tls = "0.5" # needed for HTTPS w/ hyper
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
spinner = "0.5.0"
tokio = { version = "1.2", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.2", features = ["rt-multi-thread", "macros"] }

0 comments on commit 86bbef4

Please sign in to comment.