dev-python/pyrefly: add 0.36.0, drop 0.34.0

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2025-10-08 03:54:04 -03:00
parent acfe4100ae
commit cc1946f0fc
5 changed files with 33 additions and 44 deletions

View File

@@ -1,17 +0,0 @@
required for network-sandbox
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[patch.crates-io]
-cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
-cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
-displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
-quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
+cxx = { package = "cxx", path = "../cxx-43f8f85eb1b9d99f10f7228ab679997c484ade69" }
+cxx-build = { package = "cxx-build", path = "../cxx-43f8f85eb1b9d99f10f7228ab679997c484ade69/gen/build" }
+displaydoc = { path = "../displaydoc-7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
+quickcheck = { path = "../quickcheck-6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
[profile.release]
lto = true