mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
remove strip_tags as conflicting with code blocks; handle tags instead (todo)
Some checks are pending
Linux / build (push) Waiting to run
Some checks are pending
Linux / build (push) Waiting to run
This commit is contained in:
parent
8fad5ec66c
commit
51c78b878c
3 changed files with 1 additions and 10 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -23,7 +23,6 @@ dependencies = [
|
|||
"regex",
|
||||
"rusqlite",
|
||||
"sourceview5",
|
||||
"strip-tags",
|
||||
"syntect",
|
||||
]
|
||||
|
||||
|
|
@ -1352,12 +1351,6 @@ version = "1.2.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
||||
|
||||
[[package]]
|
||||
name = "strip-tags"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ecd2b127e68202f5f285a116f616d5d11735cca5e4befaea0347becd445b05b2"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.117"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue