From deafcc43829692857d04808a3b9a1c429d73a611 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 1 May 2024 20:33:42 +0200 Subject: Make debug asserts into asserts to help find the issue (#931) --- rtic-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-sync/Cargo.toml') diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 8eb6901..6fcf900 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.3.0" +version = "1.3.1-alpha.1" edition = "2021" authors = [ -- cgit v1.2.3