mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 00:01:12 +01:00
Fix bosion readme (#697)
This commit is contained in:
parent
2751caeb39
commit
dc91e69966
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ include!(env!("BOSION_PATH"));
|
|||
|
||||
fn main() {
|
||||
// default output, like rustc -Vv
|
||||
println!("{}", Bosion::long_version());
|
||||
println!("{}", Bosion::LONG_VERSION);
|
||||
|
||||
// with additional fields
|
||||
println!("{}", Bosion::long_version_with(&[
|
||||
|
|
Loading…
Reference in a new issue