Skip to content

Commit d339a58

Browse files
Bump to 0.14.0 (#2692)
1 parent 8d81e34 commit d339a58

File tree

93 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+114
-114
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exclude = [
4949
]
5050

5151
[workspace.package]
52-
version = "0.13.2"
52+
version = "0.14.0"
5353
license = "MIT OR Apache-2.0"
5454

5555
[workspace.dependencies]

bindings/pylibafl/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pylibafl"
33
description = "Python bindings for LibAFL"
4-
version = "0.13.2"
4+
version = "0.14.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/AFLplusplus/LibAFL/"
77
keywords = ["fuzzing", "testing", "security", "python"]
@@ -11,15 +11,15 @@ categories = ["development-tools::testing", "emulators", "embedded", "os"]
1111
[dependencies]
1212
pyo3 = { version = "0.22.3", features = ["extension-module"] }
1313
pyo3-log = { version = "0.11.0" }
14-
libafl_sugar = { path = "../../libafl_sugar", version = "0.13.2", features = [
14+
libafl_sugar = { path = "../../libafl_sugar", version = "0.14.0", features = [
1515
"python",
1616
] }
17-
libafl_bolts = { path = "../../libafl_bolts", version = "0.13.2", features = [
17+
libafl_bolts = { path = "../../libafl_bolts", version = "0.14.0", features = [
1818
"python",
1919
] }
2020

2121
[target.'cfg(target_os = "linux")'.dependencies]
22-
libafl_qemu = { path = "../../libafl_qemu", version = "0.13.2", features = [
22+
libafl_qemu = { path = "../../libafl_qemu", version = "0.14.0", features = [
2323
"python",
2424
] }
2525

bindings/pylibafl/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 = "PyLibAFL"
7-
version = "0.13.2"
7+
version = "0.14.0"
88
description = "Advanced Fuzzing Library for Python"
99
readme = "README.md"
1010
requires-python = ">=3.8"

docs/listings/baby_fuzzer/listing-01/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_01"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

docs/listings/baby_fuzzer/listing-02/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_02"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

docs/listings/baby_fuzzer/listing-03/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_03"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

docs/listings/baby_fuzzer/listing-04/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_04"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

docs/listings/baby_fuzzer/listing-05/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_05"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

docs/listings/baby_fuzzer/listing-06/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer_listing_06"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

fuzzers/baby/baby_fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baby_fuzzer"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = [
55
"Andrea Fioraldi <[email protected]>",
66
"Dominik Maier <[email protected]>",

0 commit comments

Comments
 (0)