Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jun 7, 2021
1 parent d3aa67e commit b0e9b8e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lancelot-bin"
version = "0.6.4"
version = "0.6.5"
description = "binary analysis tools for x32/x64 PE files"
authors = ["William Ballenthin <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ goblin = "0.4"
zydis = "3"
hex = "0.4"

lancelot = { path = "../core", version = "0.6.4" }
lancelot-flirt = { path = "../flirt", version = "0.6.4" }
lancelot = { path = "../core", version = "0.6.5" }
lancelot-flirt = { path = "../flirt", version = "0.6.5" }


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.6.4"
version = "0.6.5"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

Expand All @@ -29,7 +29,7 @@ bitvec = "0.20"
# https://github.com/myrrlyn/funty/issues/3#issuecomment-778629965
funty="=1.1.0"

lancelot-flirt = { path = "../flirt", version = "0.6.4" }
lancelot-flirt = { path = "../flirt", version = "0.6.5" }

[dev-dependencies]
criterion = "0.3"
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.6.4"
version = "0.6.5"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions pyflirt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-flirt"
version = "0.6.4"
version = "0.6.5"
authors = ["William Ballenthin <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ name = "flirt"
crate-type = ["cdylib"]

[dependencies]
lancelot-flirt = { path = "../flirt", version = "0.6.4" }
lancelot-flirt = { path = "../flirt", version = "0.6.5" }
pyo3 = { version = "0.13"}
anyhow = "1"

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.6.4"
version = "0.6.5"
authors = ["Willi Ballenthin <[email protected]>"]
edition = "2018"

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

[dependencies]
lancelot = { path = "../core", version = "0.6.4" }
lancelot = { path = "../core", version = "0.6.5" }
pyo3 = { version = "0.13"}
anyhow = "1"
zydis = "3"
Expand Down

0 comments on commit b0e9b8e

Please sign in to comment.