Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creativcoder committed Nov 26, 2020
1 parent 50c9ca0 commit 62303ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avrow"
version = "0.2.0"
version = "0.2.1"
authors = ["creativcoder <[email protected]>"]
edition = "2018"
repository = "https://github.com/creativcoder/avrow"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! Add avrow to your `Cargo.toml`:
//!```toml
//! [dependencies]
//! avrow = "0.2.0"
//! avrow = "0.2.1"
//!```
//! ## A hello world example of reading and writing avro data files
Expand Down

0 comments on commit 62303ec

Please sign in to comment.