Skip to content

Commit

Permalink
Update to clap-4
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jan 9, 2024
1 parent f0baf68 commit 43a2085
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 75 deletions.
228 changes: 156 additions & 72 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ns2-stat-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
actix-web = "4.4"
clap = { version = "3.2", default_features = false, features = ["std", "derive"] }
clap = { version = "4.4", features = ["derive"] }
ns2-stat = { path = "../ns2-stat" }
serde = "1.0"
serde_json = "1.0"
Loading

0 comments on commit 43a2085

Please sign in to comment.