fixed repository, incremented version for publish

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-30 00:39:08 +03:00
parent 5f5499c990
commit d9e2d5b05c
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.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"rand", "rand",
"termion", "termion",

View file

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