From aec5df4123823fdaf8db3d714d0d826ac04ceca4 Mon Sep 17 00:00:00 2001 From: 依云 Date: Fri, 1 Mar 2024 21:21:53 +0800 Subject: feat: support regex with r/.../ syntax (#1745) * feat: support regex with r/.../ syntax * cargo fmt * feat(tests): add some tests for regex matching --- atuin-client/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 51227044..e2353daf 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -37,13 +37,12 @@ async-trait = { workspace = true } itertools = { workspace = true } rand = { workspace = true } shellexpand = "3" -sqlx = { workspace = true, features = ["sqlite"] } +sqlx = { workspace = true, features = ["sqlite", "regexp"] } minspan = "0.1.1" regex = "1.9.1" serde_regex = "1.1.0" fs-err = { workspace = true } sql-builder = "3" -lazy_static = "1" memchr = "2.5" rmp = { version = "0.8.11" } typed-builder = { workspace = true } -- cgit v1.3.1