From 40fd9aff1b83e19b702bd38e50b9cdbbaa0d6761 Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Wed, 26 Jul 2023 09:42:31 +0800 Subject: [PATCH] bump to 0.2.0 Signed-off-by: Quanyi Ma --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ffec4f..33a7765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dagrs" authors = ["Quanyi Ma ", "Zhilei Qiu "] -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "The DAG engine, named dagrs, is designed to execute multiple tasks with graph-like dependencies. It offers high performance and asynchronous execution, providing a convenient programming interface for Rust developers."