From bc84c09b6a66ef392301c20125d2702aaee37f25 Mon Sep 17 00:00:00 2001 From: George Miao Date: Sat, 17 Jan 2026 22:53:38 +0800 Subject: [PATCH] chore: release synchrony version 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe6fe92..64938f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synchrony" -version = "0.1.0-pre.0" +version = "0.1.0" edition = "2024" license = "MIT" repository = "https://github.com/compio-rs/synchrony"