From 31723066b64d7951c22a2b2e454d98ee2e9a40e3 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 20 Sep 2024 11:36:01 +0530 Subject: [PATCH] 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31b4ad0..b188bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libsui" -version = "0.3.0" +version = "0.3.1" dependencies = [ "editpe", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5fb9c52..bb43544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsui" -version = "0.3.0" +version = "0.3.1" authors = ["the Deno authors"] edition = "2021" license = "MIT"