From 47d91500fc6704aeb7562d294c4153546e24c9e6 Mon Sep 17 00:00:00 2001 From: Libing Chen Date: Thu, 4 Apr 2024 18:25:29 +0800 Subject: [PATCH] build: update to version 0.5.3 --- Cargo.toml | 2 +- src/builtins.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5193b9..4a4bdb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zawk" -version = "0.5.2" +version = "0.5.3" authors = ["Eli Rosenthal ", "linux_china "] edition = "2021" description = "an efficient Awk-like language with stdlib" diff --git a/src/builtins.rs b/src/builtins.rs index 142ebda..7444ba4 100644 --- a/src/builtins.rs +++ b/src/builtins.rs @@ -10,7 +10,7 @@ use smallvec::smallvec; use std::convert::TryFrom; -pub const VERSION: &'static str = "0.5.2"; +pub const VERSION: &'static str = "0.5.3"; #[derive(Copy, Clone, Debug, PartialEq, Eq)] pub enum Function {