From ed72fb6c89b8c715860560a2dd4272ee2cd057b2 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 1 Nov 2024 16:23:35 -0400 Subject: [PATCH] Bump obstore to 0.3.0-beta.1 (#69) --- Cargo.lock | 2 +- obstore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 328e3e5..66219da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,7 +1194,7 @@ dependencies = [ [[package]] name = "obstore" -version = "0.2.0" +version = "0.3.0-beta.1" dependencies = [ "arrow", "bytes", diff --git a/obstore/Cargo.toml b/obstore/Cargo.toml index 606cfb2..56b3d01 100644 --- a/obstore/Cargo.toml +++ b/obstore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obstore" -version = "0.2.0" +version = "0.3.0-beta.1" authors = { workspace = true } edition = { workspace = true } description = "A Python interface to the Rust object_store crate, providing a uniform API for interacting with object storage services and local files."