Skip to content

Commit

Permalink
chore: bump version 0.2.3, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 26, 2024
1 parent f4372ea commit 85f3919
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchisp"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Andelf <[email protected]>"]
repository = "https://github.com/ch32-rs/wchisp"
Expand All @@ -26,13 +26,13 @@ serde_yaml = "0.9"
clap = { version = "4", features = ["derive"] }
anyhow = "1.0"
rusb = { version = "0.9.2" }
bitfield = "0.14"
scroll = "0.11"
bitfield = "0.15.0"
scroll = "0.12.0"
simplelog = "0.12"
hex = "0.4"
ihex = "3"
hxdmp = "0.2"
object = { version = "0.30", default-features = false, features = [
object = { version = "0.36.0", default-features = false, features = [
"elf",
"read_core",
"std",
Expand Down

0 comments on commit 85f3919

Please sign in to comment.