From 42adf2867811dadf09b581081634921d4cd47659 Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Wed, 19 Jul 2023 17:21:30 -0400 Subject: [PATCH] Version bump to 1.0.0-rc.1 (#608) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddd9881a..5f148b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ "**/ion-tests/iontestdata/**", "*.pdf" ] -version = "0.18.1" +version = "1.0.0-rc.1" edition = "2021" # We need at least 1.65 for GATs # https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html