diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-26 18:53:27 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-26 18:53:27 +0100 |
commit | 751321eeda79028cda7a0b3b92d2755a13d94e59 (patch) | |
tree | aca5b683e7ecbe84e29aee966d783f52fb624ed6 /Cargo.toml | |
parent | bb77af4c3e28e26191f55bdd1eb379a3a8d1671c (diff) | |
download | Furtherance-751321eeda79028cda7a0b3b92d2755a13d94e59.tar.zst |
- Flatpak no longer shares network (not needed)
- Flatpak only uses the piece of the dbus that is necessary
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 09fa4d5..2d7b6ea 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.0.0" +version = "1.0.8" authors = ["Ricky Kresslein <rk@lakoliu.com>"] edition = "2018" |