[PR #35] [MERGED] Provide version information with -V #265

Closed
opened 2026-06-08 11:26:34 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/35
Author: @bootandy
Created: 11/2/2019
Status: Merged
Merged: 11/2/2019
Merged by: @bootandy

Base: masterHead: fix-version


📝 Commits (1)

  • 9a9cbef Provide version information with -V

📊 Changes

3 files changed (+59 additions, -58 deletions)

View changed files

📝 Cargo.lock (+56 -57)
📝 Cargo.toml (+1 -1)
📝 src/main.rs (+2 -0)

📄 Description

clap does most of this for you - I had forgotten to wire it up
https://github.com/bootandy/dust/issues/33

increment build version


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/35 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 11/2/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix-version` --- ### 📝 Commits (1) - [`9a9cbef`](https://github.com/bootandy/dust/commit/9a9cbefd3d232e5d81b8a8a83f784e655d86f313) Provide version information with -V ### 📊 Changes **3 files changed** (+59 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+56 -57) 📝 `Cargo.toml` (+1 -1) 📝 `src/main.rs` (+2 -0) </details> ### 📄 Description clap does most of this for you - I had forgotten to wire it up https://github.com/bootandy/dust/issues/33 increment build version --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:34 +03:00
zhus closed this issue 2026-06-08 11:26:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#265