From 93f04878649615268bec143b5ba61d23dac3c61c Mon Sep 17 00:00:00 2001 From: overweight Date: Fri, 23 Feb 2024 10:01:20 +0800 Subject: [PATCH] build: change version --- core/coms/timer/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/coms/timer/Cargo.toml b/core/coms/timer/Cargo.toml index b5f8b693..c00832b5 100644 --- a/core/coms/timer/Cargo.toml +++ b/core/coms/timer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timer" -version = "0.5.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +17,7 @@ core = { path = "../../libcore", default-features = false } event = { path = "../../../libs/event" } unit_parser = { path = "../../../libs/unit_parser" } -nix = { version = "0.24", default-features = false} +nix = { version = "0.24", default-features = false } once_cell = { version = "1.8.0", default-features = false } serde = { version = "1.0.130", default-features = false } rand = "0.8.5" -- Gitee