Skip to content

Commit

Permalink
chore: update xcodebuild to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Jun 11, 2022
1 parent c9632fa commit f39337d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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
@@ -1,6 +1,6 @@
[package]
name = "xbase"
version = "0.1.0"
version = "0.1.2"
edition = "2021"

[features]
Expand Down Expand Up @@ -89,7 +89,7 @@ shell-words = { version = "1.1.0", optional = true }
# Other
mlua = { version = "0.7.4", features = ["lua51", "vendored"], optional = true }
bsp-server = { version = "0.1.*", optional = true }
xcodebuild = { version = "0.1.8", optional = true, features = ["tracing"] }
xcodebuild = { version = "0.1.10", optional = true, features = ["with_tracing"] }

# Proc feature: processes, processors, disks, components and networks (sysinfo = "0.23.5")
libproc = { version = "0.12.0", optional = true }
Expand Down

0 comments on commit f39337d

Please sign in to comment.