From ea9ae1b0142225ed3fc5346bc6a58f80fbea5035 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 27 Sep 2023 08:17:13 -0700 Subject: [PATCH] chore: bump rust crate version --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index caf3e7b295..8e69efa789 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake" -version = "0.15.0" +version = "0.16.0" rust-version = "1.64" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta.rs"