Skip to content

Commit

Permalink
Merge pull request #56 from ohchase/0.2.1
Browse files Browse the repository at this point in the history
version 0.2.1
  • Loading branch information
ohchase authored Feb 14, 2025
2 parents 36acafc + 2dc00a4 commit 186cc3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaui"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Yet Another Unix Injector with support for Android/Android Emulator i686/x64/arm/aarch64"
repository = "https://github.com/ohchase/yaui"
Expand All @@ -9,8 +9,6 @@ documentation = "https://docs.rs/yaui"
readme = "README.md"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "yaui"
required-features = ["cli"]
Expand All @@ -27,7 +25,7 @@ clap = { version = "4.5.29", features = ["derive"], optional = true }
tracing-subscriber = { version = "0.3.19", optional = true }
sysinfo = { version = "0.33.1", optional = true }

ptrace-do = "0.1.2"
ptrace-do = "0.1.3"
thiserror = "1.0.40"
tracing = "0.1.41"
libc = "0.2.169"
Expand Down
Binary file removed media/android-poc.jpg
Binary file not shown.

0 comments on commit 186cc3a

Please sign in to comment.