From 7251f22bfb7c5a33b077bedad9912d3c410cec81 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 6 Dec 2023 09:59:09 +0100 Subject: [PATCH] Start v1 development --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 447d9d8dd..09a44d6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,8 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.8.9" +version = "1.0.0" +publish = false # In development. license = "MIT" authors = [ "Carl Lerche ",