Skip to content

Commit b7c2285

Browse files
committed
Merge branch 'release/0.7.7'
2 parents d55e517 + 7c0b1ec commit b7c2285

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
authors = ["Jorge D. Ortiz-Fuentes <[email protected]>"]
33
name = "lazycoder"
44
description = "Simple snippet provider for espanso."
5-
version = "0.7.6"
6-
edition = "2021"
5+
version = "0.7.7"
6+
edition = "2024"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ mod tests {
157157

158158
#[test]
159159
fn start_returns_error_if_config_cannot_be_created() {
160+
let _mtx = MTX.lock();
160161
let path = PathBuf::from("/some/confid/file");
161162
let context = MockConfig::new_context();
162163
context

0 commit comments

Comments
 (0)