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 }
3838arrow-schema = { version = " 56.2.0" , features = [
3939 " canonical_extension_types" ,
4040], 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 " }
4343serde = { version = " 1.0.219" , features = [" derive" ] }
4444serde_json = " 1.0"
4545tokio = { version = " 1.0" , features = [" rt" ], optional = true }
Original file line number Diff line number Diff line change 22name = " nuts-derive"
33version = " 0.1.0"
44edition = " 2024"
5+ license = " MIT"
6+ description = " Derive macros for nuts-rs"
7+ repository = " https://github.com/pymc-devs/nuts-rs"
58
69[dependencies ]
710proc-macro2 = " 1.0"
811quote = " 1.0"
912syn = { version = " 1.0" , features = [" full" ] }
10- nuts-storable = { path = " ../nuts-storable" }
13+ nuts-storable = { path = " ../nuts-storable" , version = " 0.1.0 " }
1114
1215[lib ]
1316proc-macro = true
Original file line number Diff line number Diff line change 22name = " nuts-storable"
33version = " 0.1.0"
44edition = " 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"
58
69[lib ]
You can’t perform that action at this time.
0 commit comments