use stable version of fend
This commit is contained in:
parent
703c38ab10
commit
9a341a0df8
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -2090,8 +2090,3 @@ dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.52",
|
||||
]
|
||||
|
||||
[[patch.unused]]
|
||||
name = "fend-core"
|
||||
version = "1.4.1"
|
||||
source = "git+https://github.com/printfn/fend?branch=main#5e5080231a5c22814ff778d3a1b4577467dd2ccd"
|
||||
|
@ -39,7 +39,3 @@ tokio = { version = "1.36.0", features = ["rt", "macros"] }
|
||||
tokio-stream = "0.1.15"
|
||||
url = "2.5.0"
|
||||
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" }
|
||||
|
Loading…
Reference in New Issue
Block a user