Skip to content

Commit

Permalink
capstone-sys: bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed May 2, 2022
1 parent ad3e21f commit 8d61ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capstone-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.10.0"
travis-ci = { repository = "capstone-rust/capstone-rs" }

[dependencies]
capstone-sys = { path = "../capstone-sys", version = "0.14.0" }
capstone-sys = { path = "../capstone-sys", version = "0.15.0" }
libc = { version = "0.2", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion capstone-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capstone-sys"
version = "0.14.0"
version = "0.15.0"
authors = ["m4b <m4b.github.io@gmail.com>", "tmfink <tmfinken@gmail.com>"]
description = "System bindings to the capstone disassembly library"
build = "build.rs"
Expand Down

0 comments on commit 8d61ed4

Please sign in to comment.