updated version

This commit is contained in:
JOLIMAITRE Matthieu 2022-06-01 04:36:16 +03:00
parent cefff00db3
commit a4ff72d8ea
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -85,7 +85,7 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]] [[package]]
name = "prout" name = "prout"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"chumsky", "chumsky",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "prout" name = "prout"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"] authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing." description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing."