Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Jun 5, 2023
1 parent ca02c44 commit 3caadba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "april_asr"
version = "0.1.3"
version = "0.1.31"
edition = "2021"
authors = ["fastfists <[email protected]>", "abb128"]

Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From its [GitHub page](https://github.com/abb128/april-asr):

Reading a WAV file and feeding it to the APRIL-ASR model:

```
```rust
use april_asr::{Model, Session, Result, AprilResult};
use std::io::Read;

Expand Down

0 comments on commit 3caadba

Please sign in to comment.