Compare commits

..

No commits in common. "master" and "patrick/pure-git" have entirely different histories.

2 changed files with 439 additions and 280 deletions

713
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@ authors = ["Patrick Lühne <patrick@luehne.de>"]
edition = "2018"
[dependencies]
git2 = "0.11"
indicatif = "0.13"
git2 = "0.8"
indicatif = "0.11"
log = "0.4"
pretty_env_logger = "0.3"
tempfile = "3.0"
@ -15,4 +15,4 @@ yaml-rust = "0.4"
[dependencies.cpython]
git = "https://github.com/dgrunwald/rust-cpython/"
branch = "master"
branch = "master"