diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-24 10:51:10 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-24 11:06:59 +0300 |
commit | c2e3648baca0756cb4f9fd5ada5ab312d0909dc2 (patch) | |
tree | 28e693fb6ec00e8764bbe79afd1fcd40dfbb1255 /Cargo.lock | |
parent | 351e9f06dd651a9625b4b9545277fae76b1eee5d (diff) | |
download | Furtherance-c2e3648baca0756cb4f9fd5ada5ab312d0909dc2.tar.zst |
Fix double quotation in SK translation
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-x | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 927ec1f..7a22dd9 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.1.1" +version = "1.1.2" dependencies = [ "chrono", "dbus", |