From ca0def2290f64aa4a54e4f3bc00ec01da1c2e28a Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Mon, 2 Sep 2024 13:37:16 -0700 Subject: [PATCH] bump to version 0.2.2 (#8) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89f9858..bb07583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -556,7 +556,7 @@ dependencies = [ [[package]] name = "oxli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index d23f187..b0043a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxli" -version = "0.2.1" +version = "0.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html