Update version

This commit is contained in:
Clémentine Urquizar 2022-04-25 14:03:21 +02:00
parent 8cc86d5a8d
commit d138b3c704
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
9 changed files with 16 additions and 9 deletions

View file

@ -1,8 +1,9 @@
[package]
name = "json-depth-checker"
version = "0.1.0"
version = "0.27.0"
edition = "2021"
description = "A library that indicates if a JSON must be flattened"
publish = false
[dependencies]
serde_json = "1.0"