Skip to content

Commit a56978e

Browse files
committed
Bump version, fix warning
1 parent df50220 commit a56978e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[package]
1818
name = "mem-rs"
19-
version = "0.1.7"
19+
version = "0.1.8"
2020
edition = "2021"
2121
readme = "README.md"
2222
homepage = "https://github.com/FrankvdStam/mem-rs"

src/process_module.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use std::ffi::c_void;
1818
use windows::Win32::Foundation::{HANDLE};
1919
use windows::Win32::System::Diagnostics::Debug::ReadProcessMemory;
2020

21+
#[allow(dead_code)]
2122
pub struct ProcessModule
2223
{
2324
pub id: usize,

0 commit comments

Comments
 (0)