diff --git a/README.md b/README.md index b1fd29d..4cadf9b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An [Apache Parquet](https://parquet.apache.org/) implementation in Rust (work in Add this to your Cargo.toml: ```toml [dependencies] -parquet = "0.1" +parquet = "0.2" ``` and this to your crate root: diff --git a/src/lib.rs b/src/lib.rs index d692820..644d1fe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! parquet = "0.1" +//! parquet = "0.2" //! ``` //! //! and this to the project's crate root: