From 989f9b3ed01269a2eadb110914303b8bb51b2198 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Tue, 16 Jul 2024 15:19:58 -0500 Subject: [PATCH] bump to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ceeb862..49ede56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "1.0.0-rc11" +version = "1.0.0" edition = "2021" authors = ["The Extism Authors"] license = "BSD-Clause-3"