Skip to content

Commit cbb57c8

Browse files
committed
build: update dependencies
Signed-off-by: Yaroslav Bolyukin <[email protected]>
1 parent 226723c commit cbb57c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Cargo.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "vmprotect"
3-
version = "0.1.11"
3+
version = "0.2.0"
44
authors = ["Лач <[email protected]>"]
55
edition = "2018"
66
description = "Unofficial VMProtect SDK for Rust"
77
license = "MIT"
8-
build = "build.rs"
98
repository = "https://github.com/CertainLach/vmprotect/"
109

1110
[features]
@@ -15,11 +14,14 @@ strings = []
1514
service = []
1615

1716
[dependencies]
18-
real_c_string = "0.1.1"
19-
widestring = "0.4.0"
20-
bitflags = "1.1.0"
17+
real_c_string = "1.0"
18+
widestring = "0.4.3"
19+
bitflags = "1.2"
2120
enum_primitive = "0.1.1"
21+
num-traits = "0.2.14"
22+
chrono = "0.4.19"
2223
vmprotect-sys = { path = "vmprotect-sys" }
24+
vmprotect-macros = { path = "vmprotect-macros" }
2325

2426
[workspace]
25-
members = ["vmprotect-sys"]
27+
members = ["vmprotect-sys", "vmprotect-macros"]

0 commit comments

Comments
 (0)