Skip to content

Commit

Permalink
Add git hash to version number if on a dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanosis committed Mar 5, 2022
1 parent fb12bd8 commit 7141dfd
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 10 deletions.
236 changes: 227 additions & 9 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ keywords = ["sock", "puppet", "sockpuppet", "wikimedia", "wikipedia"]
categories = ["command-line-utilities"]

edition = "2018"
build = "build.rs"

[dependencies]
actix-files = "0.6"
Expand All @@ -29,3 +30,6 @@ prettytable-rs = "0.8"
quick-xml = "0.22"
serde = "1.0"
serde_derive = "1.0"

[build-dependencies]
vergen = "6.0"
Loading

0 comments on commit 7141dfd

Please sign in to comment.