summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-05 11:34:31 +0300
committerYuval Adam <_@yuv.al>2021-04-17 10:33:57 +0300
commit43e56d7e4c5ce653a52a678a14411125d682b7e6 (patch)
treebc0f26ee706bb6fc0ce656fcf3b7caff620c00cd /README.md
parent1ad9a6edf6bd527a107b56730ffe5b684090d91b (diff)
Remove useless mut
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9dd12f5..024acb2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Install the crate in your `Cargo.toml`:
```toml
[dependencies]
-rustl-sdr = "0.1"
+rustl-sdr = "0.2"
```
Use in your code: