Skip to content

Commit ef95e39

Browse files
committed
chore: bump version 0.2.3, update deps
1 parent f4372ea commit ef95e39

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wchisp"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
authors = ["Andelf <[email protected]>"]
66
repository = "https://github.com/ch32-rs/wchisp"
@@ -26,13 +26,13 @@ serde_yaml = "0.9"
2626
clap = { version = "4", features = ["derive"] }
2727
anyhow = "1.0"
2828
rusb = { version = "0.9.2" }
29-
bitfield = "0.14"
30-
scroll = "0.11"
29+
bitfield = "0.15.0"
30+
scroll = "0.12.0"
3131
simplelog = "0.12"
3232
hex = "0.4"
3333
ihex = "3"
3434
hxdmp = "0.2"
35-
object = { version = "0.30", default-features = false, features = [
35+
object = { version = "0.36.0", default-features = false, features = [
3636
"elf",
3737
"read_core",
3838
"std",

0 commit comments

Comments
 (0)