forked from mdaffin/loopdev
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from mulkieran/version-0.5.1
version 0.5.1
- Loading branch information
Showing
5 changed files
with
94 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ disk.img | |
*.rustfmt | ||
.vagrant | ||
*.log | ||
*.swp | ||
*.swo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
loopdev-3 0.5.1 | ||
=============== | ||
Recommended Rust toolchain version: 1.76.0 | ||
Recommended development platform for Python development: Fedora 38 | ||
|
||
- Increase bindgen dependency lower bound to 0.69.0: | ||
https://github.com/stratis-storage/loopdev-3/pull/9 | ||
|
||
- Tidies and Maintenance: | ||
https://github.com/stratis-storage/loopdev-3/pull/8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "loopdev-3" | ||
description = "Setup and control loop devices" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Stratis Developers <[email protected]>", "Michael Daffin <[email protected]>"] | ||
license = "MIT" | ||
documentation = "https://docs.rs/loopdev-3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters