Commit 1bd751a
committed
refactor: Use CARGO_PKG_VERSION for version string
- Replace hardcoded version string with env!("CARGO_PKG_VERSION")
- Ensures single source of truth for version (Cargo.toml)
- Eliminates risk of version mismatch between Cargo.toml and code1 parent b5e644d commit 1bd751a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3538 | 3538 | | |
3539 | 3539 | | |
3540 | 3540 | | |
3541 | | - | |
| 3541 | + | |
3542 | 3542 | | |
3543 | 3543 | | |
3544 | 3544 | | |
| |||
0 commit comments