Skip to content

Commit

Permalink
Merge pull request tiiuae#24 from slakkala/dev/cleanup
Browse files Browse the repository at this point in the history
Miscellany cleanups
  • Loading branch information
mbssrc authored Oct 29, 2024
2 parents 8734e9b + d37e557 commit f5ba65f
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 186 deletions.
164 changes: 31 additions & 133 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ version = "0.0.1"
anyhow = "1.0.86"
async-stream = "0.3"
async-channel = "2.3.1"
strum = {version = "0.25", features = ["derive"]}
strum = {version = "0.26", features = ["derive"]}
clap = {version = "4.5.4", features = ["derive", "env"]}
console = "0.15"
http = "0.2"
http-body = "0.4.2"
hyper = "0.14"
prost = "0.12"
prost = "0.13"
regex = "1.11"
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros", "fs"]}
tokio-stream = "0.1"
Expand Down
4 changes: 1 addition & 3 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ version = "0.0.1"
anyhow = "1.0.86"
async-channel = "2.3.1"
async-stream = "0.3"
http = "0.2"
http-body = "0.4.2"
hyper-util = { version = "0.1.4"}
hyper-util = { version = "0.1"}
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros"]}
tokio-stream = "0.1"
tokio-vsock = "*"
Expand Down
Loading

0 comments on commit f5ba65f

Please sign in to comment.