Skip to content

Commit 699aa48

Browse files
committed
build: remove unused regex dependency
1 parent 68cbd1a commit 699aa48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rrule/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ edition.workspace = true
1616
chrono = "0.4.39"
1717
chrono-tz = "0.10.1"
1818
log = "0.4.25"
19-
regex = { version = "1.11.1", default-features = false, features = ["perf", "std"] }
2019
clap = { version = "4.5.26", optional = true, features = ["derive"] }
2120
thiserror = "2.0.11"
2221
serde_with = { version = "3.12.0", optional = true }

0 commit comments

Comments
 (0)