Skip to content

Commit

Permalink
starship: add libc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Mar 10, 2021
1 parent e230c6a commit b368acc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/starship/libc.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/Cargo.lock b/Cargo.lock
index c7bedf1..286fb92 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -559,9 +559,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "libc"
-version = "0.2.84"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff"
+checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"

[[package]]
name = "libdbus-sys"

0 comments on commit b368acc

Please sign in to comment.