Skip to content

Commit 62303ec

Browse files
committed
v0.2.1
1 parent 50c9ca0 commit 62303ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avrow"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["creativcoder <creativcoders@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/creativcoder/avrow"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! Add avrow to your `Cargo.toml`:
99
//!```toml
1010
//! [dependencies]
11-
//! avrow = "0.2.0"
11+
//! avrow = "0.2.1"
1212
//!```
1313
//! ## A hello world example of reading and writing avro data files
1414

0 commit comments

Comments
 (0)