Skip to content

Commit

Permalink
Merge pull request #389 from nextcloud/pg-unix-socket
Browse files Browse the repository at this point in the history
fix handling of pgsql sockets without hostname
  • Loading branch information
icewind1991 authored Feb 1, 2024
2 parents 58fb00d + 9f0e622 commit 9dddca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ahash = "0.8.6"
flexi_logger = { version = "0.27.2", features = ["colors", "is-terminal"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
derivative = "2.2.0"
nextcloud-config-parser = { version = "0.9.0", features = ["redis-connect"] }
nextcloud-config-parser = { version = "0.9.1", features = ["redis-connect"] }
url = "2.4.1"
clap = { version = "4.4.18", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Push update support for desktop app.
Once the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](https://github.com/nextcloud/notify_push) for detailed setup instructions]]></description>
<version>0.6.8</version>
<version>0.6.9</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>NotifyPush</namespace>
Expand Down

0 comments on commit 9dddca3

Please sign in to comment.