Skip to content

Commit

Permalink
lifted version of shlex and fs_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
malachma committed Feb 7, 2024
1 parent 31b10c8 commit 2ecb74c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alar2"
version = "0.5.0"
version = "0.5.1"
authors = ["malachma <malachma@microsoft.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,6 +11,6 @@ license = "MIT"
chrono = "0.4.*"
sys-mount = "2.*"
cmd_lib = "1.3.0"
fs_extra = "1.2.0"
fs_extra = "1.3.0"
clap = { version = "3.*", features = ["cargo"] }
nc = "0.8.13"
9 changes: 8 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-02-07 Marcus Lachmanez <malachma@microsoft.com>
* new version 0.5.1
* fstab-impl got enhanced to cope with situations where boot or efi entries are missing. Or if device names are used
for either / /boot or /boot/efi
2024-02-05 Marcus Lachmanez <malachma@microsoft.com>
* changed fs_extra to version 1.3.0
* changed shlex to version 1.3.0
2023-03-03 Marcus Lachmanez <malachma@microsoft.com>
* version changed to 0.5.0
* New actions added
Expand Down Expand Up @@ -28,4 +35,4 @@
lvm_root_part : string
lvm_usr_part : string
lvm_var_part : string
* pre-build binary available. No build on the recovery VM required.
* pre-build binary available. No build on the recovery VM required.

0 comments on commit 2ecb74c

Please sign in to comment.