Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jul 16, 2024
1 parent c8c2f63 commit 2a077d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsui"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "MIT"
description = "A injection tool for executable formats (ELF, PE, Mach-O) that allows you to embed files into existing binary and extract them at runtime"
Expand All @@ -15,4 +15,3 @@ windows-sys = { version = "0.48.0", features = ["Win32_System", "Win32_System_Li

[target.'cfg(not(windows))'.build-dependencies]
cmake = "0.1"

0 comments on commit 2a077d1

Please sign in to comment.