Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ log = "0.4"
#Memory Shenanigans
process-memory = { version = "0.5", optional = true } # For reading external process memory
proc-maps = { version = "0.3", optional = true } # For querying memory maps
sysinfo = { version = "0.28", optional = true } # For getting PID by name
sysinfo = { version = "0.29", optional = true } # For getting PID by name
bytemuck = { version = "1.12", features = ["derive"] }

[target.'cfg(windows)'.dependencies]
Expand Down