Skip to content

Commit

Permalink
bump. version; bump. dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
I60R committed Dec 17, 2022
1 parent 78b43ad commit 56b190f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "page"
version = "4.4.0"
version = "4.5.0"
authors = ["160R <160R@protonmail.com>"]
description = "Pager powered by neovim and inspired by neovim-remote"
repository = "https://github.com/I60R/page"
Expand All @@ -17,7 +17,7 @@ walkdir = { version = "2.3.2", optional = true }

once_cell = "1.16.0"
futures = "0.3.25"
async-trait = "0.1.59"
async-trait = "0.1.60"
tokio = { version = "1.23.0", features = ["full"] }
tokio-util = { version = "0.7.4", features = ["compat"] }
parity-tokio-ipc = "0.9.0"
Expand All @@ -26,7 +26,7 @@ atty = "0.2.14"
shell-words = "1.1.0"
log = "0.4.17"
fern = "0.6.1"
indoc = "1.0.7"
indoc = "1.0.8"
clap = { version = "4.0.29", features = ["wrap_help", "derive", "env"] }


Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Expand Up @@ -2,7 +2,7 @@
_pkgname=page
pkgname=${_pkgname}-git
pkgrel=1
pkgver=v4.4.0
pkgver=v4.5.0
pkgdesc='Pager powered by neovim and inspired by neovim-remote'
arch=('i686' 'x86_64')
url="https://github.com/I60R/page"
Expand Down

0 comments on commit 56b190f

Please sign in to comment.