diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-05 11:34:31 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 10:33:57 +0300 |
| commit | 43e56d7e4c5ce653a52a678a14411125d682b7e6 (patch) | |
| tree | bc0f26ee706bb6fc0ce656fcf3b7caff620c00cd /README.md | |
| parent | 1ad9a6edf6bd527a107b56730ffe5b684090d91b (diff) | |
Remove useless mut
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
