chore: set MSRV to 1.95; format
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I92d12d78f152fcf5b94b78b7cd934cb16a6a6964
This commit is contained in:
parent
b5fb382ac0
commit
3e51e4dcc1
4 changed files with 75 additions and 73 deletions
|
|
@ -400,9 +400,11 @@ And an embedded image: ![[diagram.png]]
|
|||
|
||||
// Should include relative path and .md variations
|
||||
assert!(!candidates.is_empty());
|
||||
assert!(candidates
|
||||
.iter()
|
||||
.any(|p| p.to_string_lossy().contains("My Note.md")));
|
||||
assert!(
|
||||
candidates
|
||||
.iter()
|
||||
.any(|p| p.to_string_lossy().contains("My Note.md"))
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ reqwest = { workspace = true }
|
|||
dioxus = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
rfd = { workspace = true}
|
||||
rfd = { workspace = true }
|
||||
pulldown-cmark = { workspace = true }
|
||||
gray_matter = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
ammonia = { workspace = true}
|
||||
dioxus-free-icons = {workspace = true}
|
||||
ammonia = { workspace = true }
|
||||
dioxus-free-icons = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue