Skip to content

Commit 10100bb

Browse files
authored
Fix version in readme (#365)
Closes #364
1 parent f26ffb3 commit 10100bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add this to your Cargo.toml:
2727

2828
```toml
2929
[dependencies]
30-
parquet = "5.0.0-SNAPSHOT"
30+
parquet = "4.1.0"
3131
```
3232

3333
and this to your crate root:

0 commit comments

Comments
 (0)