summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:15:14 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:15:14 +0100
commit312b1487ea82bfa5680a5664d34ed3218d2447e0 (patch)
treefb073772bd60dbedd691dda507786d09935a972f /Cargo.toml
parent6b2e73a9cf24c80b3b86df68ff62392fdfc1e09c (diff)
Update shiplift: git -> 0.7
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a04651c..7e42462 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ serde = "1"
serde_json = "1"
sha1 = { version = "0.6", features = ["std"] }
sha2 = "0.9"
-shiplift = { git = "https://github.com/softprops/shiplift", rev = "f5017f603afab9821966032ea652cb3161051f17" }
+shiplift = "0.7"
syntect = "4.4"
tar = "0.4"
terminal_size = "0.1"