Skip to content

Commit

Permalink
bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sidit77 committed Jan 29, 2022
1 parent 90ca5a9 commit 1041e5d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rustflags = ["-Ctarget-feature=+crt-static"]
rustflags = ["-Ctarget-feature=+crt-static"]

[target.'cfg(target_os = "linux")']
rustflags = ["-C", "strip=symbols"]
rustflags = ["-Cstrip=symbols"]
115 changes: 47 additions & 68 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 inputshare-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ mio-signals = "0.2.0"
byteorder = "1"
vec_map = "0.8.2"
bitflags = "1.3"
clap = { version = "3.0.0-rc.9", features = ["derive"] }
clap = { version = "3.0", features = ["derive"] }
inputshare-common = { path = "../lib/inputshare-common" }
udp_connections = {git = "https://github.com/sidit77/udp_connections.git"}

0 comments on commit 1041e5d

Please sign in to comment.