From 0037849ce89fca317ecbb21e91e2d094bed9a076 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Mon, 8 May 2023 08:54:08 -0700 Subject: [PATCH] chore: update Rust package version Just making sure we don't forget this for the next release --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 64118358b2..37b543baa2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake" -version = "0.10.0" +version = "0.11.0" rust-version = "1.64" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta.rs"