This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new f019601 ARROW-2908: [Rust] Update version to 0.10.0
f019601 is described below
commit f01960194e6d5f7930fa4e6b756ef5a24a9d7313
Author: Andy Grove <[email protected]>
AuthorDate: Wed Jul 25 15:46:12 2018 +0200
ARROW-2908: [Rust] Update version to 0.10.0
Author: Andy Grove <[email protected]>
Closes #2321 from andygrove/rust_0_10_0 and squashes the following commits:
d17eb73d <Andy Grove> update version to 0.10.0
---
rust/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 4d2476b..7cedb15 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "arrow"
-version = "0.1.0"
+version = "0.10.0"
description = "Rust implementation of Apache Arrow"
homepage = "https://github.com/apache/arrow"
repository = "https://github.com/apache/arrow"