From 9bfc27a0be00c15bf6ed7c3c6ef55987db804062 Mon Sep 17 00:00:00 2001 From: tiye Date: Thu, 23 May 2024 02:07:50 +0800 Subject: [PATCH] upgrade deps; tag 0.6.9 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b268b4..3a8b077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cirru_edn" -version = "0.6.8" +version = "0.6.9" authors = ["jiyinyiyong "] edition = "2021" license = "MIT" @@ -13,14 +13,14 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cirru_parser = "0.1.29" +cirru_parser = "0.1.30" # cirru_parser = { path = "../parser.rs" } hex = "0.4.3" lazy_static = "1.4.0" bincode = "2.0.0-rc.3" [dev-dependencies] -criterion = "0.4.0" +criterion = "0.5.1" [[bench]] name = "parsing"