We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800d4c4 commit ec14295Copy full SHA for ec14295
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "git-fixup"
3
version = "0.1.5"
4
authors = ["Brandon W Maister <[email protected]>"]
5
+edition = "2018"
6
7
[dependencies]
8
git2 = { version = "0.10.0", default_features = false }
src/main.rs
@@ -12,12 +12,6 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-extern crate console;
16
-extern crate dialoguer;
17
-extern crate git2;
18
-#[macro_use]
19
-extern crate structopt;
20
-
21
use std::env;
22
use std::error::Error;
23
use std::process::Command;
0 commit comments