Skip to content

Commit

Permalink
Merge pull request #14 from Kalapaja/software-0.1.1
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
varovainen authored Sep 25, 2024
2 parents a8a59b1 + adf4d66 commit ad92b3a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions software/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "pilkki"
version = "0.1.0"
description = "Flasher tool for Kampela project"
license = "GPL-3.0-or-later"
version = "0.1.1"
authors = ["Alexander Slesarev <[email protected]>", "Vera Abramova <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/Kalapaja/pilkki"
homepage = "https://kampe.la"
documentation = "https://docs.rs/pilkki/"
keywords = ["embedded", "kampela", "serial"]

[dependencies]
clap = { version = "4.5.18", features = ["cargo"] }
Expand Down

0 comments on commit ad92b3a

Please sign in to comment.