Skip to content

Commit

Permalink
update clap
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Feb 4, 2024
1 parent c9856c2 commit 950b56a
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 146 deletions.
268 changes: 124 additions & 144 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rcon"
version = "0.1.0"
edition = "2021"
authors = ["tukeJonny <[email protected]>]
authors = ["tukeJonny <[email protected]>"]
description = "Rust implementation of SRCDS RCON Protocol"
repository = "https://github.com/tukeJonny/rcon-rs"
license-file = "LICENSE"
Expand All @@ -17,7 +17,7 @@ num-traits = "0.2"
num-derive = "0.4"

[dev-dependencies]
clap = { version = "3", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }

[badges]
github = { repository = "tukeJonny/rcon-rs", workflow = "Test" }

0 comments on commit 950b56a

Please sign in to comment.