File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " inline-python"
3
- version = " 0.14.3 "
3
+ version = " 0.14.4 "
4
4
description = " Inline Python code directly in your Rust code"
5
5
license = " BSD-2-Clause"
6
6
edition = " 2024"
@@ -10,7 +10,7 @@ autoexamples = false
10
10
rust-version = " 1.88.0"
11
11
12
12
[dependencies ]
13
- inline-python-macros = { version = " 0.16.0 " , path = " ./macros" }
13
+ inline-python-macros = { version = " 0.16.1 " , path = " ./macros" }
14
14
pyo3 = { version = " 0.25" , default-features = false , features = [" auto-initialize" ] }
15
15
16
16
[workspace ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ct-python"
3
- version = " 0.5.11 "
3
+ version = " 0.5.12 "
4
4
description = " Execute Python code at compile time to generate Rust code"
5
5
license = " BSD-2-Clause"
6
6
edition = " 2024"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " inline-python-macros"
3
- version = " 0.16.0 "
3
+ version = " 0.16.1 "
4
4
description = " Macros for the inline-python crate"
5
5
license = " BSD-2-Clause"
6
6
edition = " 2024"
You can’t perform that action at this time.
0 commit comments