Use version.workspace (#2682)

This commit is contained in:
Marco C. 2024-11-12 15:45:35 +01:00 committed by GitHub
parent ae9ab80ad9
commit f3aa88b400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
21 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl" name = "libafl"
version = "0.13.2" version.workspace = true
authors = [ authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>", "Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_bolts" name = "libafl_bolts"
version = "0.13.2" version.workspace = true
authors = [ authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>", "Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_cc" name = "libafl_cc"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Commodity library to wrap compilers and link LibAFL" description = "Commodity library to wrap compilers and link LibAFL"
documentation = "https://docs.rs/libafl_cc" documentation = "https://docs.rs/libafl_cc"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "symcc_libafl" name = "symcc_libafl"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = [ authors = [
"Julius Hohnerlein <julihoh@users.noreply.github.com>", "Julius Hohnerlein <julihoh@users.noreply.github.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "symcc_runtime" name = "symcc_runtime"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = [ authors = [
"Julius Hohnerlein <julihoh@users.noreply.github.com>", "Julius Hohnerlein <julihoh@users.noreply.github.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dump_constraints" name = "dump_constraints"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"] authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]
description = "Dump Constraints, a lib to see the constraints oof a run" description = "Dump Constraints, a lib to see the constraints oof a run"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "runtime_test" name = "runtime_test"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"] authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]
description = "Runtime test of LibAFL fuzzing with symbolicc execution" description = "Runtime test of LibAFL fuzzing with symbolicc execution"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_derive" name = "libafl_derive"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Derive proc-macro crate for LibAFL" description = "Derive proc-macro crate for LibAFL"
documentation = "https://docs.rs/libafl_derive" documentation = "https://docs.rs/libafl_derive"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_frida" name = "libafl_frida"
version = "0.13.2" version.workspace = true
authors = ["s1341 <github@shmarya.net>"] authors = ["s1341 <github@shmarya.net>"]
description = "Frida backend library for LibAFL" description = "Frida backend library for LibAFL"
documentation = "https://docs.rs/libafl_frida" documentation = "https://docs.rs/libafl_frida"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_libfuzzer" name = "libafl_libfuzzer"
version = "0.13.2" version.workspace = true
description = "libFuzzer shim which uses LibAFL with common defaults" description = "libFuzzer shim which uses LibAFL with common defaults"
repository = "https://github.com/AFLplusplus/LibAFL/" repository = "https://github.com/AFLplusplus/LibAFL/"
readme = "../README.md" readme = "../README.md"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_nyx" name = "libafl_nyx"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = ["syheliel <syheliel@gmail.com>"] authors = ["syheliel <syheliel@gmail.com>"]
description = "libafl using nyx, only avaliable on linux" description = "libafl using nyx, only avaliable on linux"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_qemu" name = "libafl_qemu"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "QEMU user backend library for LibAFL" description = "QEMU user backend library for LibAFL"
documentation = "https://docs.rs/libafl_qemu" documentation = "https://docs.rs/libafl_qemu"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_qemu_build" name = "libafl_qemu_build"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Builder for LibAFL QEMU" description = "Builder for LibAFL QEMU"
documentation = "https://docs.rs/libafl_qemu_build" documentation = "https://docs.rs/libafl_qemu_build"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_qemu_sys" name = "libafl_qemu_sys"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "C to Rust bindings for the LibAFL QEMU bridge" description = "C to Rust bindings for the LibAFL QEMU bridge"
documentation = "https://docs.rs/libafl_qemu_sys" documentation = "https://docs.rs/libafl_qemu_sys"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_sugar" name = "libafl_sugar"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Sugar builders to create common fuzzers with LibAFL" description = "Sugar builders to create common fuzzers with LibAFL"
documentation = "https://docs.rs/libafl_sugar" documentation = "https://docs.rs/libafl_sugar"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_targets" name = "libafl_targets"
version = "0.13.2" version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Common code for target instrumentation that can be used combined with LibAFL" description = "Common code for target instrumentation that can be used combined with LibAFL"
documentation = "https://docs.rs/libafl_targets" documentation = "https://docs.rs/libafl_targets"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libafl_tinyinst" name = "libafl_tinyinst"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = [ authors = [
"elbiazo <eric.l.biazo@gmail.com>", "elbiazo <eric.l.biazo@gmail.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "build_and_test_fuzzers" name = "build_and_test_fuzzers"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
description = "Get diffing fuzzers from the last commit" description = "Get diffing fuzzers from the last commit"
repository = "https://github.com/AFLplusplus/LibAFL/" repository = "https://github.com/AFLplusplus/LibAFL/"

View File

@ -4,7 +4,7 @@ authors = [
"Dominik Maier <domenukk@gmail.com>", "Dominik Maier <domenukk@gmail.com>",
] ]
name = "deexit" name = "deexit"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
description = "DeExit: Replace exits with aborts to catch them during in-process fuzzing" description = "DeExit: Replace exits with aborts to catch them during in-process fuzzing"
documentation = "https://docs.rs/libafl" documentation = "https://docs.rs/libafl"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "construct_automata" name = "construct_automata"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
authors = [ authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>",

View File

@ -4,7 +4,7 @@ authors = [
"Dominik Maier <domenukk@gmail.com>", "Dominik Maier <domenukk@gmail.com>",
] ]
name = "libafl_benches" name = "libafl_benches"
version = "0.13.2" version.workspace = true
edition = "2021" edition = "2021"
description = "LibAFL Benchmarks" description = "LibAFL Benchmarks"
documentation = "https://docs.rs/libafl" documentation = "https://docs.rs/libafl"