Skip to content

Commit

Permalink
release version 1.4.2, as a result of upgrading a2lfile to 1.3.3
Browse files Browse the repository at this point in the history
"cargo upgrade" also upgraded most other dependencies
  • Loading branch information
DanielT committed May 15, 2023
1 parent df57802 commit 76a6a77
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 78 deletions.
137 changes: 72 additions & 65 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,14 +1,14 @@
[package]
name = "a2ltool"
version = "1.4.1"
version = "1.4.2"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
a2lfile = "1.3.2"
a2lfile = "1.3.3"
object = "~0.28"
gimli = { version = "~0.26", features = ["read"] }
memmap = "~0.7"
Expand Down
Loading

0 comments on commit 76a6a77

Please sign in to comment.