Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 16, 2016
1 parent 2657493 commit 6cc6878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = "sentry-cli"
version = "0.12.1"
version = "0.13.0"
authors = ["Armin Ronacher <[email protected]>"]
build = "build.rs"

Expand Down Expand Up @@ -30,7 +30,7 @@ itertools = "0.4.15"
rust-ini = { git = "https://github.com/getsentry/rust-ini", rev = "45720c10afdba72e4ed6d6548d981548fbe0db96" }
open = "1.1.1"
runas = "0.1.0"
sourcemap = { version = "0.2.0", default-features = false, features = ["nightly"] }
sourcemap = { version = "0.3.0", default-features = false, features = ["nightly"] }

[target."cfg(not(windows))".dependencies]
chan = "0.1.14"
Expand Down

0 comments on commit 6cc6878

Please sign in to comment.