Skip to content

Commit bfe798d

Browse files
committed
Use correct MSRV for object_store
1 parent 4d6ffeb commit bfe798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ readme = "README.md"
2424
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files."
2525
keywords = ["object", "storage", "cloud"]
2626
repository = "https://github.com/apache/arrow-rs/tree/master/object_store"
27-
rust-version = "1.62.1"
27+
rust-version = "1.70.0"
2828

2929
[package.metadata.docs.rs]
3030
all-features = true

0 commit comments

Comments
 (0)