Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Fixed a rebase issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCamel committed Sep 7, 2020
1 parent 6829cb6 commit 7330565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ env_logger = "0.7"
log = "0.4"
tokio = { version = "0.2", features = ["macros"] }
warp = { version = "0.2", features = ["tls"] }
serde = "1.0"

serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1.0"
serde_derive = "1.0"
openssl = { version = "0.10", features = ["vendored"] }
Expand All @@ -40,8 +42,6 @@ tar = "0.4"
tempfile = "3"
clap = "2.33"

serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"

[build-dependencies]
wat = "1.0"
Expand Down

0 comments on commit 7330565

Please sign in to comment.