Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the symbolic-demangle to 12.1 #205

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
YangKeao marked this conversation as resolved.
Show resolved Hide resolved
#**/*.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