Skip to content

Commit

Permalink
Set the version to 1.0.1
Browse files Browse the repository at this point in the history
Also update the edition to 2021 and update the versions of the dependencies.
None of these require any code changes.
  • Loading branch information
DanielT committed Dec 13, 2021
1 parent 14e7be2 commit a78dbed
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "a2ltool"
version = "1.0.0"
version = "1.0.1"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2018"
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.0.0"
object = "~0.27"
gimli = "~0.25"
object = "~0.28"
gimli = { version = "~0.26", features = ["read"] }
memmap = "~0.7"
clap = "~2.33.0"
cpp_demangle = "0.3.3"
clap = "~2.34"
cpp_demangle = "0.3.5"

0 comments on commit a78dbed

Please sign in to comment.