We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c9ca0 commit 62303ecCopy full SHA for 62303ec
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "avrow"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["creativcoder <creativcoders@gmail.com>"]
5
edition = "2018"
6
repository = "https://github.com/creativcoder/avrow"
src/lib.rs
@@ -8,7 +8,7 @@
8
//! Add avrow to your `Cargo.toml`:
9
//!```toml
10
//! [dependencies]
11
-//! avrow = "0.2.0"
+//! avrow = "0.2.1"
12
//!```
13
//! ## A hello world example of reading and writing avro data files
14
0 commit comments