Update the dependencies and up the version 💙

This commit is contained in:
Anas Elgarhy 2022-10-11 12:45:47 +02:00
parent 3dfcb0d273
commit 061472ad56
4 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintDuplicateStrings" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/archpackage/aarty" vcs="Git" />
</component>
</project>

View File

@ -1,6 +1,6 @@
[package]
name = "aarty"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
description = "A simple CLI tool to convert the images to ASCII art"
@ -31,7 +31,7 @@ exclude = ["images/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.8-rc.3", features = ["derive"] }
clap = { version = "4.0.12-rc.3", features = ["derive"] }
colored = "2.0.0"
image = "0.24.4"
log = "0.4.17"

View File

@ -1,6 +1,6 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=aarty
pkgver=0.1.0
pkgver=0.2.0
pkgrel=1
epoch=
pkgdesc="A simple CLI tool to convert the images to ASCII art 🦀💙"