incremented version

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-30 02:51:25 +03:00
parent 33f808f0ad
commit cf133e462f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -27,7 +27,7 @@ dependencies = [
[[package]] [[package]]
name = "labirust" name = "labirust"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"rand", "rand",
"termion", "termion",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "labirust" name = "labirust"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"] authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]