From d4b9c01027e4b25175498681a65296d74086bd59 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 36d75f259a..fbd7f0df6e 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"