From 312b5d119b649abb106c4d89939ac9a19e0af517 Mon Sep 17 00:00:00 2001 From: vangheem Date: Thu, 3 Oct 2024 07:30:22 -0400 Subject: [PATCH] bump; --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9adc96e..855acfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "mrflagly" -version = "0.2.10" +version = "0.2.11" dependencies = [ "httptest", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index e038ae6..22d71ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrflagly" -version = "0.2.10" +version = "0.2.11" edition = "2021" license = "MIT" description = "No nonsense feature flagging system"