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"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/archpackage/aarty" vcs="Git" />
</component> </component>
</project> </project>

View file

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

View file

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