File: pyo3-0.27

package info (click to toggle)
python-libcst 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,240 kB
  • sloc: python: 78,096; makefile: 15; sh: 2
file content (13 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: python-libcst/native/libcst/Cargo.toml
===================================================================
--- python-libcst.orig/native/libcst/Cargo.toml
+++ python-libcst/native/libcst/Cargo.toml
@@ -36,7 +36,7 @@ trace = ["peg/trace"]
 
 [dependencies]
 paste = "1.0.15"
-pyo3 = { version = "0.26", optional = true }
+pyo3 = { version = "0.27", optional = true }
 thiserror = "2.0.12"
 peg = "0.8.5"
 annotate-snippets = "0.11.5"