Skip to content

Commit

Permalink
Switch back to tokio 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 24, 2022
1 parent 392e866 commit bd33e75
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 101 deletions.
140 changes: 43 additions & 97 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ version = "0.0.5"

[dependencies]
assert_cmd = "2.0"
clap = {version = "3.0", features = ["derive", "env", "unicode", "cargo"]}
clap = { version = "3.0", features = ["derive", "env", "unicode", "cargo"] }
env_logger = "0.9"
futures = "0.3"
glabellib = {version = "0.0.5", path = "../lib"}
glabellib = { version = "0.0.5", path = "../lib" }
hubcaps = "0.6"
log = "0.4"
serde = "1.0"
serde_yaml = {version = "0.8", optional = false}
serde_yaml = { version = "0.8", optional = false }
termion = "1.5"
tokio = {version = "1.17", features = ["full"]}
tokio = { version = "=0.2", features = ["full"] }

[features]
wipe = []

0 comments on commit bd33e75

Please sign in to comment.