Switch to ref on main for PubGrub (#1094)

Just fixing the wrong merge order from
https://github.com/astral-sh/puffin/pull/1088
This commit is contained in:
Zanie Blue
2024-01-25 08:50:12 -06:00
committed by GitHub
parent c6d36a161a
commit 272555e915
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2262,7 +2262,7 @@ dependencies = [
[[package]]
name = "pubgrub"
version = "0.2.1"
source = "git+https://github.com/zanieb/pubgrub?rev=7a573e3902ff338abdcf3b87682e4c6d04845f2f#7a573e3902ff338abdcf3b87682e4c6d04845f2f"
source = "git+https://github.com/zanieb/pubgrub?rev=86447f2a391c0aa25c56acb3a8b6ce10aac305b6#86447f2a391c0aa25c56acb3a8b6ce10aac305b6"
dependencies = [
"indexmap 2.1.0",
"log",
+1 -1
View File
@@ -55,7 +55,7 @@ owo-colors = { version = "3.5.0" }
petgraph = { version = "0.6.4" }
platform-info = { version = "2.0.2" }
plist = { version = "1.6.0" }
pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "7a573e3902ff338abdcf3b87682e4c6d04845f2f" }
pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "86447f2a391c0aa25c56acb3a8b6ce10aac305b6" }
pyo3 = { version = "0.20.2" }
pyo3-log = { version = "0.9.0"}
pyproject-toml = { version = "0.8.1" }