Skip to content

Commit

Permalink
version v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Aug 16, 2020
1 parent 27a3787 commit d50cb1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lancelot-bin"
version = "0.3.2"
version = "0.3.3"
description = "binary analysis tools for x32/x64 PE files"
authors = ["William Ballenthin <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -22,6 +22,6 @@ goblin = "0.2"
zydis = "3"
hex = "0.4"

lancelot = { path = "../core", version = "0.3.2" }
lancelot = { path = "../core", version = "0.3.3" }


4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lancelot"
description = "binary analysis framework for x32/x64 PE files"
license = "Apache-2.0"
version = "0.3.2"
version = "0.3.3"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

Expand All @@ -24,7 +24,7 @@ regex = "1"
smallvec = "1"
widestring = "0.4"

lancelot-flirt = { path = "../flirt", version = "0.3.2" }
lancelot-flirt = { path = "../flirt", version = "0.3.3" }

[features]
# The reason we do this is because doctests don't get cfg(test)
Expand Down
2 changes: 1 addition & 1 deletion flirt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lancelot-flirt"
description = "parse and match FLIRT signatures"
license = "Apache-2.0"
version = "0.3.2"
version = "0.3.3"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions pylancelot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pylancelot"
version = "0.3.2"
version = "0.3.3"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

Expand All @@ -9,7 +9,7 @@ name = "lancelot"
crate-type = ["cdylib"]

[dependencies]
lancelot = { path = "../core", version = "0.3.2" }
lancelot = { path = "../core", version = "0.3.3" }
pyo3 = { version = "0.11"}
anyhow = "1"
zydis = "3"
Expand Down

0 comments on commit d50cb1b

Please sign in to comment.