Bump version
[package] | ||
name = "envish" | ||
description = "A library for sourcing, reading, and interacting with .env files, including interpolation support" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
[features] | ||
... | ... | @@ -9,6 +9,6 @@ default = ["fs"] |
fs = [] | ||
[dependencies] | ||
nom = "7.1.3" | ||
nom_locate = "4.2.0" | ||
thiserror = "2.0.3" | ||
nom = "7.1" | ||
nom_locate = "4.2" | ||
thiserror = "2.0" |
Please register or sign in to comment