Skip to content

Commit 0798465

Browse files
committed
chore: change loopdev dependency to loopdev-3
1 parent 64ed582 commit 0798465

3 files changed

Lines changed: 39 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 37 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

updatehub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ git-version = "0.3"
102102
expectrl = "0.4"
103103
flate2 = "1"
104104
insta = "1"
105-
loopdev = "0.4"
105+
loopdev-3 = "0.5.1"
106106
pretty_assertions = "1"
107107
regex = "1"
108108
tempfile = "3"

updatehub/src/runtime_settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl RuntimeSettings {
103103
.map(|s| RuntimeSettings { inner: s, v1_content: Some(content.to_string()) })
104104
});
105105

106-
runtime_settings
106+
Ok(runtime_settings?)
107107
}
108108

109109
fn save(&self) -> Result<()> {

0 commit comments

Comments
 (0)