mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-18 01:49:32 -05:00
[GH-ISSUE #5867] Missing exact release version in Cargo.toml for each tag. #35219
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tglman on GitHub (May 18, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5867
Vaultwarden Support String
not sure about this
Vaultwarden Build Version
Deployment method
Other method
Custom deployment method
No response
Reverse Proxy
Host/Server Operating System
Other
Operating System Version
No response
Clients
Desktop
Client Version
No response
Steps To Reproduce
All the release tag have the exact same version (1.0.0) in the Cargo.toml, it will be useful to have the exact version of the tag in it, obviously I'm asking that only for future releases.
let me know if there are any issues with that.
Expected Result
exact version
Actual Result
no version
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (May 18, 2025):
This is intended. We do not use this specific value for versioning Vaultwarden.
@tglman commented on GitHub (May 19, 2025):
Hi,
Thanks for the reply, do you have somewhere documented the reason for it ?
Thanks in advance