File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ arrow = { version = "56.2.0", optional = true }
38
38
arrow-schema = { version = " 56.2.0" , features = [
39
39
" canonical_extension_types" ,
40
40
], optional = true }
41
- nuts-derive = { path = " ./nuts-derive" }
42
- nuts-storable = { path = " ./nuts-storable" }
41
+ nuts-derive = { path = " ./nuts-derive" , version = " 0.1.0 " }
42
+ nuts-storable = { path = " ./nuts-storable" , version = " 0.1.0 " }
43
43
serde = { version = " 1.0.219" , features = [" derive" ] }
44
44
serde_json = " 1.0"
45
45
tokio = { version = " 1.0" , features = [" rt" ], optional = true }
Original file line number Diff line number Diff line change 2
2
name = " nuts-derive"
3
3
version = " 0.1.0"
4
4
edition = " 2024"
5
+ license = " MIT"
6
+ description = " Derive macros for nuts-rs"
7
+ repository = " https://github.com/pymc-devs/nuts-rs"
5
8
6
9
[dependencies ]
7
10
proc-macro2 = " 1.0"
8
11
quote = " 1.0"
9
12
syn = { version = " 1.0" , features = [" full" ] }
10
- nuts-storable = { path = " ../nuts-storable" }
13
+ nuts-storable = { path = " ../nuts-storable" , version = " 0.1.0 " }
11
14
12
15
[lib ]
13
16
proc-macro = true
Original file line number Diff line number Diff line change 2
2
name = " nuts-storable"
3
3
version = " 0.1.0"
4
4
edition = " 2024"
5
+ license = " MIT"
6
+ description = " Traits for serializing and deserializing NUTS models and states in nuts-rs"
7
+ repository = " https://github.com/pymc-devs/nuts-rs"
5
8
6
9
[lib ]
You can’t perform that action at this time.
0 commit comments