Skip to content

Commit 9a6e41e

Browse files
committed
Merge branch 'master' of github.com:droundy/fac
2 parents 6a5da14 + 272792e commit 9a6e41e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metrohash = "^1.0.1"
3535
notify = "^4.0.1"
3636
tinyset = "0.4.1"
3737
pathdiff = "^0.1.0"
38-
git-version = "0.3.0"
38+
git-version = "0.3.4"
3939
internment = "0.3.12"
4040

4141
termcolor = "1.0.5"

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// The version of fac
2-
pub const VERSION : &str = git_version::git_describe!("--always", "--dirty");
2+
pub const VERSION : &str = git_version::git_version!(args = ["--always", "--dirty"], cargo_suffix="-cargo");

0 commit comments

Comments
 (0)