From f3aa88b400868eea0d21503fedd045d6b5b44905 Mon Sep 17 00:00:00 2001 From: "Marco C." <46560192+Marcondiro@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:45:35 +0100 Subject: [PATCH] Use version.workspace (#2682) --- libafl/Cargo.toml | 2 +- libafl_bolts/Cargo.toml | 2 +- libafl_cc/Cargo.toml | 2 +- libafl_concolic/symcc_libafl/Cargo.toml | 2 +- libafl_concolic/symcc_runtime/Cargo.toml | 2 +- libafl_concolic/test/dump_constraints/Cargo.toml | 2 +- libafl_concolic/test/runtime_test/Cargo.toml | 2 +- libafl_derive/Cargo.toml | 2 +- libafl_frida/Cargo.toml | 2 +- libafl_libfuzzer/Cargo.toml | 2 +- libafl_nyx/Cargo.toml | 2 +- libafl_qemu/Cargo.toml | 2 +- libafl_qemu/libafl_qemu_build/Cargo.toml | 2 +- libafl_qemu/libafl_qemu_sys/Cargo.toml | 2 +- libafl_sugar/Cargo.toml | 2 +- libafl_targets/Cargo.toml | 2 +- libafl_tinyinst/Cargo.toml | 2 +- utils/build_and_test_fuzzers/Cargo.toml | 2 +- utils/deexit/Cargo.toml | 2 +- utils/gramatron/construct_automata/Cargo.toml | 2 +- utils/libafl_benches/Cargo.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index d846961512..92f281c124 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl" -version = "0.13.2" +version.workspace = true authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/libafl_bolts/Cargo.toml b/libafl_bolts/Cargo.toml index de77fbeb12..e243e765e6 100644 --- a/libafl_bolts/Cargo.toml +++ b/libafl_bolts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_bolts" -version = "0.13.2" +version.workspace = true authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/libafl_cc/Cargo.toml b/libafl_cc/Cargo.toml index e2005f0d3c..447a209a97 100644 --- a/libafl_cc/Cargo.toml +++ b/libafl_cc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_cc" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "Commodity library to wrap compilers and link LibAFL" documentation = "https://docs.rs/libafl_cc" diff --git a/libafl_concolic/symcc_libafl/Cargo.toml b/libafl_concolic/symcc_libafl/Cargo.toml index 8c1150be55..61ba14d768 100644 --- a/libafl_concolic/symcc_libafl/Cargo.toml +++ b/libafl_concolic/symcc_libafl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "symcc_libafl" -version = "0.13.2" +version.workspace = true edition = "2021" authors = [ "Julius Hohnerlein ", diff --git a/libafl_concolic/symcc_runtime/Cargo.toml b/libafl_concolic/symcc_runtime/Cargo.toml index 5484ccf9e4..843d3ca31b 100644 --- a/libafl_concolic/symcc_runtime/Cargo.toml +++ b/libafl_concolic/symcc_runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "symcc_runtime" -version = "0.13.2" +version.workspace = true edition = "2021" authors = [ "Julius Hohnerlein ", diff --git a/libafl_concolic/test/dump_constraints/Cargo.toml b/libafl_concolic/test/dump_constraints/Cargo.toml index adf42fda92..13f4f9677d 100644 --- a/libafl_concolic/test/dump_constraints/Cargo.toml +++ b/libafl_concolic/test/dump_constraints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dump_constraints" -version = "0.13.2" +version.workspace = true edition = "2021" authors = ["Julius Hohnerlein "] description = "Dump Constraints, a lib to see the constraints oof a run" diff --git a/libafl_concolic/test/runtime_test/Cargo.toml b/libafl_concolic/test/runtime_test/Cargo.toml index 1594f61e0c..ae700eece3 100644 --- a/libafl_concolic/test/runtime_test/Cargo.toml +++ b/libafl_concolic/test/runtime_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime_test" -version = "0.13.2" +version.workspace = true edition = "2021" authors = ["Julius Hohnerlein "] description = "Runtime test of LibAFL fuzzing with symbolicc execution" diff --git a/libafl_derive/Cargo.toml b/libafl_derive/Cargo.toml index 2cf8c5534a..41b555c9cd 100644 --- a/libafl_derive/Cargo.toml +++ b/libafl_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_derive" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "Derive proc-macro crate for LibAFL" documentation = "https://docs.rs/libafl_derive" diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index f79be8d475..135d5db91c 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_frida" -version = "0.13.2" +version.workspace = true authors = ["s1341 "] description = "Frida backend library for LibAFL" documentation = "https://docs.rs/libafl_frida" diff --git a/libafl_libfuzzer/Cargo.toml b/libafl_libfuzzer/Cargo.toml index a578036a1d..5675ec8923 100644 --- a/libafl_libfuzzer/Cargo.toml +++ b/libafl_libfuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_libfuzzer" -version = "0.13.2" +version.workspace = true description = "libFuzzer shim which uses LibAFL with common defaults" repository = "https://github.com/AFLplusplus/LibAFL/" readme = "../README.md" diff --git a/libafl_nyx/Cargo.toml b/libafl_nyx/Cargo.toml index a81bbac088..850229c3e0 100644 --- a/libafl_nyx/Cargo.toml +++ b/libafl_nyx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_nyx" -version = "0.13.2" +version.workspace = true edition = "2021" authors = ["syheliel "] description = "libafl using nyx, only avaliable on linux" diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index 90ee7abee2..6be91820f1 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_qemu" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "QEMU user backend library for LibAFL" documentation = "https://docs.rs/libafl_qemu" diff --git a/libafl_qemu/libafl_qemu_build/Cargo.toml b/libafl_qemu/libafl_qemu_build/Cargo.toml index ed4771eafa..7dbca22934 100644 --- a/libafl_qemu/libafl_qemu_build/Cargo.toml +++ b/libafl_qemu/libafl_qemu_build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_qemu_build" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "Builder for LibAFL QEMU" documentation = "https://docs.rs/libafl_qemu_build" diff --git a/libafl_qemu/libafl_qemu_sys/Cargo.toml b/libafl_qemu/libafl_qemu_sys/Cargo.toml index 5d89ebf1e5..ad0c38c03b 100644 --- a/libafl_qemu/libafl_qemu_sys/Cargo.toml +++ b/libafl_qemu/libafl_qemu_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_qemu_sys" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "C to Rust bindings for the LibAFL QEMU bridge" documentation = "https://docs.rs/libafl_qemu_sys" diff --git a/libafl_sugar/Cargo.toml b/libafl_sugar/Cargo.toml index 399a825103..81cdd17e3f 100644 --- a/libafl_sugar/Cargo.toml +++ b/libafl_sugar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_sugar" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "Sugar builders to create common fuzzers with LibAFL" documentation = "https://docs.rs/libafl_sugar" diff --git a/libafl_targets/Cargo.toml b/libafl_targets/Cargo.toml index fc29d8aebd..595d3833e2 100644 --- a/libafl_targets/Cargo.toml +++ b/libafl_targets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_targets" -version = "0.13.2" +version.workspace = true authors = ["Andrea Fioraldi "] description = "Common code for target instrumentation that can be used combined with LibAFL" documentation = "https://docs.rs/libafl_targets" diff --git a/libafl_tinyinst/Cargo.toml b/libafl_tinyinst/Cargo.toml index b3c1e48f5e..45843b52d8 100644 --- a/libafl_tinyinst/Cargo.toml +++ b/libafl_tinyinst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_tinyinst" -version = "0.13.2" +version.workspace = true edition = "2021" authors = [ "elbiazo ", diff --git a/utils/build_and_test_fuzzers/Cargo.toml b/utils/build_and_test_fuzzers/Cargo.toml index 17fa832caf..d94698c089 100644 --- a/utils/build_and_test_fuzzers/Cargo.toml +++ b/utils/build_and_test_fuzzers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build_and_test_fuzzers" -version = "0.13.2" +version.workspace = true edition = "2021" description = "Get diffing fuzzers from the last commit" repository = "https://github.com/AFLplusplus/LibAFL/" diff --git a/utils/deexit/Cargo.toml b/utils/deexit/Cargo.toml index f15b0e0cf5..092fd52467 100644 --- a/utils/deexit/Cargo.toml +++ b/utils/deexit/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Dominik Maier ", ] name = "deexit" -version = "0.13.2" +version.workspace = true edition = "2021" description = "DeExit: Replace exits with aborts to catch them during in-process fuzzing" documentation = "https://docs.rs/libafl" diff --git a/utils/gramatron/construct_automata/Cargo.toml b/utils/gramatron/construct_automata/Cargo.toml index 75d4b5e677..835d6dac42 100644 --- a/utils/gramatron/construct_automata/Cargo.toml +++ b/utils/gramatron/construct_automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "construct_automata" -version = "0.13.2" +version.workspace = true edition = "2021" authors = [ "Andrea Fioraldi ", diff --git a/utils/libafl_benches/Cargo.toml b/utils/libafl_benches/Cargo.toml index debda6ac0a..4465ab3370 100644 --- a/utils/libafl_benches/Cargo.toml +++ b/utils/libafl_benches/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Dominik Maier ", ] name = "libafl_benches" -version = "0.13.2" +version.workspace = true edition = "2021" description = "LibAFL Benchmarks" documentation = "https://docs.rs/libafl"