Skip to content

Commit

Permalink
Pre-release dep and metdata update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed May 17, 2021
1 parent d488ebf commit 52ed5f4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 84 deletions.
135 changes: 55 additions & 80 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ description = "Profile binary targets on macOS using Xcode Instruments."
repository = "https://github.com/cmyr/cargo-instruments"
documentation = "https://github.com/cmyr/cargo-instruments"
categories = ["development-tools::cargo-plugins", "development-tools::profiling"]
keywords = ["profiling", "xcode", "cargo-subcommand", "instruments", "trace", "xctrace", "macos"]
keywords = ["profiling", "xcode", "cargo-subcommand", "trace", "macos"]
readme = "README.md"
edition = "2018"

[dependencies]
anyhow = "1.0"
cargo = "0.52"
cargo = "0.53"
chrono = "0.4.6"
dialoguer = "^0.8.0"
structopt = { version = "^0.3", default-features = false }
semver = "^0.9"
semver = "0.11"
termcolor = "1.0"

0 comments on commit 52ed5f4

Please sign in to comment.