diff --git a/Cargo.toml b/Cargo.toml
index 7b975e0..313cb63 100644
--- a/Cargo.toml
+++ b/Cargo.toml.new
@@ -75,17 +75,17 @@ version = "3"
version = "0.2"
[dependencies.wayland-client]
-version = "0.27"
+version = "0.28"
[dependencies.wayland-protocols]
-version = "0.27"
+version = "0.28"
features = ["client", "unstable_protocols"]
[dev-dependencies.wayland-protocols]
-version = "0.27"
+version = "0.28"
features = ["server", "unstable_protocols"]
[dev-dependencies.wayland-server]
-version = "0.27"
+version = "0.28"
[features]
dlopen = ["native_lib", "wayland-client/dlopen", "wayland-server/dlopen"]
='id' value='20d52562e5c943b30e48e310b58b94054c3a54e5'/>
Age | Commit message (Expand) | Author |
2021-02-12 | services: Add transmission-daemon service....* gnu/services/file-sharing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/packages/POTFILES.in: Add it.
* tests/services/file-sharing.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* doc/guix.texi (File-Sharing Services): New section.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Simon South |
10:46:03 +0200'>2019-05-13doc: Add Russian translation....* doc/local.mk (info_TEXINFOS): Add guix.ru.texi.
(TRANSLATED_INFO): Add {guix,contributing}.ru.texi.
* po/doc/local.mk (DOC_PO_FILES): Add guix-manual.ru.po.
* po/doc/guix-manual.ru.po: New file.
| Ludovic Courtès |