File: relax-bstr

package info (click to toggle)
rust-rustpython-compiler-core 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rustpython-compiler-core/Cargo.toml
===================================================================
--- rustpython-compiler-core/Cargo.toml
+++ rustpython-compiler-core/Cargo.toml
@@ -25,7 +25,7 @@ version = "1.3.3"
 version = "1.3.2"
 
 [dependencies.bstr]
-version = "0.2.17"
+version = "1.5"
 
 [dependencies.itertools]
 version = "0.10.3"