Skip to content

Commit

Permalink
Bump gimli to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Aug 24, 2024
1 parent 21a2112 commit 76a9f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
]

[dependencies]
gimli = { version = "0.30", default-features = false, features = ["read-core"] }
gimli = { version = "0.31", default-features = false, features = ["read-core"] }
libc = { version = "0.2", optional = true }
spin = { version = "0.9.8", optional = true, default-features = false, features = ["mutex", "spin_mutex"] }
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
Expand Down

0 comments on commit 76a9f9d

Please sign in to comment.