Skip to content

Commit

Permalink
Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Jul 6, 2024
1 parent 8bce4ba commit 2109988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add `fundsp` to your `Cargo.toml` as a dependency.

```rust
[dependencies]
fundsp = "0.18.1"
fundsp = "0.18.2"
```

The `files` feature is enabled by default. It adds support for
Expand All @@ -66,7 +66,7 @@ Audio file reading and writing is not available in `no_std`.

```rust
[dependencies]
fundsp = { version = "0.18.1", default-features = false }
fundsp = { version = "0.18.2", default-features = false }
```

## Graph Notation
Expand Down

0 comments on commit 2109988

Please sign in to comment.