tenseleyflow/fussr / 1ddd637

Browse files

v0.2.8: revert build.rs approach

Authored by espadonne
SHA
1ddd6371c44939c145e62092409f8b88fa6a81ee
Parents
feafb7f
Tree
d4ffbcf

3 changed files

StatusFile+-
M Cargo.lock 1 1
M Cargo.toml 1 1
M fussr.spec 1 1
Cargo.lockmodified
@@ -285,7 +285,7 @@ dependencies = [
285285
 
286286
 [[package]]
287287
 name = "fussr"
288
-version = "0.2.7"
288
+version = "0.2.8"
289289
 dependencies = [
290290
  "anyhow",
291291
  "clap",
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "fussr"
3
-version = "0.2.7"
3
+version = "0.2.8"
44
 edition = "2021"
55
 description = "A git staging TUI tool - Rust port of fuss"
66
 authors = ["Matthew Wolffe"]
fussr.specmodified
@@ -1,5 +1,5 @@
11
 Name:           fussr
2
-Version:        0.2.7
2
+Version:        0.2.8
33
 Release:        1%{?dist}
44
 Summary:        A git staging TUI tool - Rust port of fuss
55