use stable version of fend

This commit is contained in:
mat 2024-03-14 20:01:39 -05:00
parent 703c38ab10
commit 9a341a0df8
2 changed files with 0 additions and 9 deletions

5
Cargo.lock generated
View File

@ -2090,8 +2090,3 @@ dependencies = [
"quote", "quote",
"syn 2.0.52", "syn 2.0.52",
] ]
[[patch.unused]]
name = "fend-core"
version = "1.4.1"
source = "git+https://github.com/printfn/fend?branch=main#5e5080231a5c22814ff778d3a1b4577467dd2ccd"

View File

@ -39,7 +39,3 @@ tokio = { version = "1.36.0", features = ["rt", "macros"] }
tokio-stream = "0.1.15" tokio-stream = "0.1.15"
url = "2.5.0" url = "2.5.0"
urlencoding = "2.1.3" urlencoding = "2.1.3"
[patch.crates-io]
# temporarily using git version of fend-core since it adds codepoint to character conversion
fend-core = { git = "https://github.com/printfn/fend", branch = "main" }