Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald authored and Mike Lubinets committed Dec 26, 2018
1 parent db56740 commit bf02a82
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
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
license = "MIT"
keywords = ["cryptography", "ecc", "bch", "no_std"]
authors = ["Mike Lubinets <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[dev-dependencies]
rustc-serialize = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a port of python implementation from [Wikiversity](https://en.wikiversit

```toml
[dependencies]
reed-solomon = "0.1"
reed-solomon = "0.2"
```

```rust
Expand Down

0 comments on commit bf02a82

Please sign in to comment.