Skip to content

Commit e9f6c62

Browse files
committed
fix: 更新 uboot-shell 版本至 0.2.0
1 parent 0301515 commit e9f6c62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.

ostool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serialport = "4.6"
4343
tftpd = "0.5"
4444
tokio = {workspace = true, features = ["full"]}
4545
toml = {workspace = true}
46-
uboot-shell = {version = "0.1.9", path = "../uboot-shell"}
46+
uboot-shell = {version = "0.2", path = "../uboot-shell"}
4747
fitimage = {version = "0.1", path = "../fitimage"}
4848

4949
lzma-rs = "0.3"

uboot-shell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["u-boot", "shell", "embedded"]
77
license = "MIT"
88
name = "uboot-shell"
99
repository = "https://github.com/ZR233/ostool/ostool"
10-
version = "0.1.10"
10+
version = "0.2.0"
1111

1212
[dependencies]
1313
colored = "3"

0 commit comments

Comments
 (0)