Skip to content

Commit

Permalink
Change symbolic dependency from a git dependency to a version 9.1 dep…
Browse files Browse the repository at this point in the history
…endency.

Fixes #438.
  • Loading branch information
mstange committed Aug 2, 2022
1 parent 325cf2c commit ed403aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 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 Cargo.toml
Expand Up @@ -41,7 +41,7 @@ serde = "1.0"
serde_json = "1.0"
sha2 = "0.10"
simplelog = { version = "0.12", optional = true, features = ["local-offset"] }
symbolic = { git = "https://github.com/getsentry/symbolic", rev = "f0dc99bb400da20fed8a7a42d71d8206ffeee536", features = ["demangle", "cfi"] }
symbolic = { version = "9.1", features = ["demangle", "cfi"] }
tokio = { version = "1.20", optional = true }
url = "2.2"
uuid = "1"
Expand Down

0 comments on commit ed403aa

Please sign in to comment.