🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2023-04-03 19:40:14 +04:00
parent 06e07a76a4
commit bd7dceb7ae
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -133,7 +133,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cachyos-hello"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"alpm",
"alpm-utils",
@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "cpufeatures"
@ -1292,9 +1292,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.55"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d0dd4be24fcdcfeaa12a432d588dc59bbad6cad3510c67e74a2b6b2fc950564"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
dependencies = [
"unicode-ident",
]

View File

@ -1,6 +1,6 @@
[package]
name = "cachyos-hello"
version = "0.9.7"
version = "0.9.8"
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPLv3"
edition = "2021"

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'rust',
version: '0.9.7',
version: '0.9.8',
license: 'GPLv3',
meson_version: '>=0.56.0',
default_options: ['buildtype=debugoptimized',