diff options
| author | 依云 <lilydjwg@gmail.com> | 2024-03-01 21:21:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 13:21:53 +0000 |
| commit | aec5df4123823fdaf8db3d714d0d826ac04ceca4 (patch) | |
| tree | fdac93f22c47cc533a1288eabd97525f64f20716 /Cargo.lock | |
| parent | fix: missing characters in preview (#1803) (diff) | |
| download | atuin-aec5df4123823fdaf8db3d714d0d826ac04ceca4.zip | |
feat: support regex with r/.../ syntax (#1745)
* feat: support regex with r/.../ syntax
* cargo fmt
* feat(tests): add some tests for regex matching
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,6 @@ dependencies = [ "indicatif", "interim", "itertools", - "lazy_static", "log", "memchr", "minspan", @@ -3510,6 +3509,7 @@ dependencies = [ "libsqlite3-sys", "log", "percent-encoding", + "regex", "serde", "sqlx-core", "time", |
