Skip to content

Commit

Permalink
Bump the symbolic-demangle to 12.1 (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 authored Mar 23, 2023
1 parent e94a1b0 commit ed75af8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk


#Added by cargo
#
#already existing elements are commented out

/target
#**/*.rs.bk
#Cargo.lock

.idea
.vscode

# Ignore some files produced by the examples.
*.svg
profile.pb
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protobuf = { version = "2.0", optional = true }
criterion = {version = "0.4", optional = true}

[dependencies.symbolic-demangle]
version = "10.1"
version = "12.1"
default-features = false
features = ["rust"]

Expand Down

0 comments on commit ed75af8

Please sign in to comment.