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 13 additions and 10 deletions
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -13,6 +13,7 @@ edition = "2024"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = true
|
readme = true
|
||||||
|
rust-version = "1.95.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
# Internal Dependencies
|
# Internal Dependencies
|
||||||
|
|
|
||||||
|
|
@ -400,9 +400,11 @@ And an embedded image: ![[diagram.png]]
|
||||||
|
|
||||||
// Should include relative path and .md variations
|
// Should include relative path and .md variations
|
||||||
assert!(!candidates.is_empty());
|
assert!(!candidates.is_empty());
|
||||||
assert!(candidates
|
assert!(
|
||||||
|
candidates
|
||||||
.iter()
|
.iter()
|
||||||
.any(|p| p.to_string_lossy().contains("My Note.md")));
|
.any(|p| p.to_string_lossy().contains("My Note.md"))
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue