From 54f77da8e262ca57eb34f099f5504e191a32a212 Mon Sep 17 00:00:00 2001 From: N1ckn1ght Date: Fri, 26 Apr 2024 15:52:41 +0800 Subject: [PATCH] ver update --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/frame/util.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ffbb3..bbb3f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ace" -version = "1.0.7" +version = "1.0.8" dependencies = [ "byteorder", "phf", diff --git a/Cargo.toml b/Cargo.toml index 2c7f687..98e3c3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ace" -version = "1.0.7" +version = "1.0.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/frame/util.rs b/src/frame/util.rs index a397c59..809ff57 100644 --- a/src/frame/util.rs +++ b/src/frame/util.rs @@ -7,7 +7,7 @@ use std::{cmp::min, fs, io::Cursor, path::Path}; use byteorder::{ReadBytesExt, WriteBytesExt, LittleEndian}; use phf::phf_map; -pub const MYNAME: &str = "Akira CE v1.0.7"; +pub const MYNAME: &str = "Akira CE v1.0.8"; /* LIMITATIONS */