Skip to content
Snippets Groups Projects
Verified Commit 9af6ca8c authored by Louis's avatar Louis :fire:
Browse files

Bump version

parent 627a5cf7
No related branches found
No related tags found
No related merge requests found
Pipeline #710 passed with stage
in 12 seconds
[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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment