diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-01-12 06:54:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 06:54:17 +0300 |
commit | 79632b2accf3477152962ee5ff4460be4d08aa4b (patch) | |
tree | 53bc093db53674b5447f926b073ac31f27e945dd /Cargo.toml | |
parent | e32d53902fd8adde9d8e7431af2a29653b5e2c57 (diff) | |
parent | 7a47332cec4f833e9ba03cfd8653a9f0462c5bec (diff) |
Merge pull request #30 from MustafaSalih1993/dev
fixed mpd crash caused by unwraping
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.6" +version = "0.1.8" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" |