Skip to content

Commit 230ebf5

Browse files
committed
updating pymwemu
1 parent 822a55d commit 230ebf5

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

Cargo.lock

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pymwemu/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pymwemu"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
edition = "2021"
55
description = "x86 32/64bits and system internals emulator, for securely emulating malware and other stuff."
66

@@ -12,5 +12,5 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
pyo3 = "0.18.1"
1414
env_logger = "0.11.6"
15-
libmwemu = { path = "../libmwemu" }
16-
#libmwemu = "0.19.4"
15+
#libmwemu = { path = "../libmwemu" }
16+
libmwemu = "0.19.5"

pymwemu/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "pymwemu"
7-
version = "0.9.4"
7+
version = "0.9.5"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)