Skip to content

Commit

Permalink
bump version & msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
I60R committed Dec 3, 2022
1 parent 8cd17ca commit 08a44a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "page"
version = "4.1.0"
version = "4.2.0"
authors = ["160R <160R@protonmail.com>"]
description = "Pager powered by neovim and inspired by neovim-remote"
repository = "https://github.com/I60R/page"
license = "MIT"
readme = "README.md"
edition = "2021"
rust-version = "1.58.0"
rust-version = "1.65.0"
build = "build_shell_completions.rs"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_pkgname=page
pkgname=${_pkgname}-git
pkgrel=1
pkgver=v3.2.0
pkgver=v4.2.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 08a44a7

Please sign in to comment.