From a6c02f768424ea02e44a6f612dc4e8a377e21e3b Mon Sep 17 00:00:00 2001 From: dureuill Date: Wed, 10 Apr 2024 07:55:27 +0000 Subject: [PATCH] Update version for the next release (v1.7.6) in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d0e0ca0d..10996065a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,8 @@ members = [ "benchmarks", "fuzzers", "tracing-trace", - "xtask", "build-info", + "xtask", + "build-info", ] [workspace.package]