1
1
[package ]
2
2
name = " rustpython"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" RustPython Team" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.67.1"
@@ -17,24 +17,24 @@ members = [
17
17
]
18
18
19
19
[workspace .dependencies ]
20
- rustpython-compiler-core = { path = " compiler/core" , version = " 0.3.0 " }
21
- rustpython-compiler = { path = " compiler" , version = " 0.3.0 " }
22
- rustpython-codegen = { path = " compiler/codegen" , version = " 0.3.0 " }
23
- rustpython-common = { path = " common" , version = " 0.3.0 " }
24
- rustpython-derive = { path = " derive" , version = " 0.3.0 " }
25
- rustpython-derive-impl = { path = " derive-impl" , version = " 0.3.0 " }
26
- rustpython-jit = { path = " jit" , version = " 0.3.0 " }
27
- rustpython-vm = { path = " vm" , default-features = false , version = " 0.3.0 " }
28
- rustpython-pylib = { path = " pylib" , version = " 0.3.0 " }
29
- rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.3.0 " }
30
- rustpython-sre_engine = { path = " vm/sre_engine" , version = " 0.6.0 " }
20
+ rustpython-compiler-core = { path = " compiler/core" , version = " 0.3.1 " }
21
+ rustpython-compiler = { path = " compiler" , version = " 0.3.1 " }
22
+ rustpython-codegen = { path = " compiler/codegen" , version = " 0.3.1 " }
23
+ rustpython-common = { path = " common" , version = " 0.3.1 " }
24
+ rustpython-derive = { path = " derive" , version = " 0.3.1 " }
25
+ rustpython-derive-impl = { path = " derive-impl" , version = " 0.3.1 " }
26
+ rustpython-jit = { path = " jit" , version = " 0.3.1 " }
27
+ rustpython-vm = { path = " vm" , default-features = false , version = " 0.3.1 " }
28
+ rustpython-pylib = { path = " pylib" , version = " 0.3.1 " }
29
+ rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.3.1 " }
30
+ rustpython-sre_engine = { path = " vm/sre_engine" , version = " 0.3.1 " }
31
31
rustpython-doc = { git = " https://github.com/RustPython/__doc__" , tag = " 0.3.0" , version = " 0.3.0" }
32
32
33
- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
34
- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
35
- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
36
- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
37
- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
33
+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1 " , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
34
+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1 " , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
35
+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1 " , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
36
+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1 " , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
37
+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1 " , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
38
38
# rustpython-literal = { path = "../RustPython-parser/literal" }
39
39
# rustpython-parser-core = { path = "../RustPython-parser/core" }
40
40
# rustpython-parser = { path = "../RustPython-parser/parser" }
@@ -48,15 +48,15 @@ bitflags = "2.4.1"
48
48
bstr = " 0.2.17"
49
49
cfg-if = " 1.0"
50
50
chrono = " 0.4.37"
51
- crossbeam-utils = " 0.8.16 "
51
+ crossbeam-utils = " 0.8.19 "
52
52
flame = " 0.2.2"
53
53
glob = " 0.3"
54
54
hex = " 0.4.3"
55
55
indexmap = { version = " 2.2.6" , features = [" std" ] }
56
56
insta = " 1.38.0"
57
57
itertools = " 0.11.0"
58
58
is-macro = " 0.3.0"
59
- libc = " 0.2.151 "
59
+ libc = " 0.2.153 "
60
60
log = " 0.4.16"
61
61
nix = { version = " 0.27" , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
62
62
malachite-bigint = " 0.2.0"
@@ -71,15 +71,15 @@ once_cell = "1.19.0"
71
71
parking_lot = " 0.12.1"
72
72
paste = " 1.0.7"
73
73
rand = " 0.8.5"
74
- rustyline = " 13 "
74
+ rustyline = " 14.0.0 "
75
75
serde = { version = " 1.0.133" , default-features = false }
76
76
schannel = " 0.1.22"
77
77
static_assertions = " 1.1"
78
78
syn = " 1.0.109"
79
79
thiserror = " 1.0"
80
80
thread_local = " 1.1.4"
81
81
unicode_names2 = " 1.1.0"
82
- widestring = " 0.5.1 "
82
+ widestring = " 1.1.0 "
83
83
84
84
[features ]
85
85
default = [" threading" , " stdlib" , " zlib" , " importlib" ]
0 commit comments