Skip to content

Commit

Permalink
Release 0.2.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 4, 2023
1 parent 6143890 commit 8ce326e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
[package]
name = "xandikos"
version = "0.2.10"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>"]
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>",]
edition = "2021"
license = "GPL-3.0+"
description = "Lightweight CalDAV/CardDAV server"
repository = "https://github.com/jelmer/xandikos.git"
homepage = "https://github.com/jelmer/xandikos"

[dependencies]
pyo3 = { version = "0.18", features=["auto-initialize"]}
clap = "<=4.2"
tokio = { version = "1", features = ["full"] }

[dependencies.pyo3]
version = "0.18"
features = [ "auto-initialize",]

[dependencies.tokio]
version = "1"
features = [ "full",]
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.2.10 UNRELEASED
0.2.10 2023-09-04

* Add support for systemd socket activation.
(schnusch, #136, #155)
Expand Down

0 comments on commit 8ce326e

Please sign in to comment.