Skip to content

Commit

Permalink
Bump version, fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam committed Jan 17, 2025
1 parent df50220 commit a56978e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "mem-rs"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/FrankvdStam/mem-rs"
Expand Down
1 change: 1 addition & 0 deletions src/process_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use std::ffi::c_void;
use windows::Win32::Foundation::{HANDLE};
use windows::Win32::System::Diagnostics::Debug::ReadProcessMemory;

#[allow(dead_code)]
pub struct ProcessModule
{
pub id: usize,
Expand Down

0 comments on commit a56978e

Please sign in to comment.