Skip to content

Commit afb47a1

Browse files
dependabot[bot]matzbot
authored andcommitted
Bump capstone from 0.12.0 to 0.13.0 in /yjit
Bumps [capstone](https://github.com/capstone-rust/capstone-rs) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/capstone-rust/capstone-rs/releases) - [Changelog](https://github.com/capstone-rust/capstone-rs/blob/master/CHANGELOG.md) - [Commits](capstone-rust/capstone-rs@capstone-v0.12.0...capstone-v0.13.0) --- updated-dependencies: - dependency-name: capstone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50e48a2 commit afb47a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

yjit/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yjit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["staticlib"]
1515
[dependencies]
1616
# No required dependencies to simplify build process. TODO: Link to yet to be
1717
# written rationale. Optional For development and testing purposes
18-
capstone = { version = "0.12.0", optional = true }
18+
capstone = { version = "0.13.0", optional = true }
1919

2020
# NOTE: Development builds select a set of these via configure.ac
2121
# For debugging, `make V=1` shows exact cargo invocation.

0 commit comments

Comments
 (0)