Skip to content

Commit

Permalink
Update package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pellico committed Jun 13, 2024
1 parent 2a3d963 commit b878848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "svd2pac"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.70"
categories = ["command-line-utilities", "development-tools::ffi"]
Expand All @@ -16,7 +16,7 @@ lazy-regex = "3.0"
thiserror = "1.0.40"
svd-parser = { version = "0.14", features = ["derive-from", "expand"] }
tera = "1.19.0"
# clap is limited to to support Aurix Rust compiler 1.72 version
# clap is limited to to support Aurix Rust compiler v1.0 (-> rustc 1.72)
clap = { version = "~4.4", features = ["derive", "cargo"] }
log = { version = "0.4.17", features = ["std"] }
env_logger = "0.10.0"
Expand Down

0 comments on commit b878848

Please sign in to comment.