From 9af6ca8c89b424b49843ee603ea85f1a07cb9134 Mon Sep 17 00:00:00 2001
From: Louis <contact@louiscap.co>
Date: Sun, 5 Jan 2025 00:05:40 +0000
Subject: [PATCH] Bump version

---
 Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 5a34119..1150682 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [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"
-- 
GitLab