File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed
Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2018"
55authors = [" Alekos Filini <alekos.filini@gmail.com>" , " Riccardo Casatta <riccardo@casatta.it>" ]
66
77[dependencies ]
8- magical-macros = { path = " ./macros" }
8+ magical-macros = { version = " 0.1.0-beta.1 " , path = " ./macros" }
99log = " ^0.4"
1010bitcoin = { version = " 0.23" , features = [" use-serde" ] }
1111miniscript = { version = " 1.0" }
@@ -49,13 +49,13 @@ cli-utils = ["clap", "base64"]
4949async-interface = [" async-trait" ]
5050
5151# Debug/Test features
52- debug-proc-macros = [" magical-macros/debug" , " testutils-macros/debug" ]
52+ debug-proc-macros = [" magical-macros/debug" , " magical- testutils-macros/debug" ]
5353test-electrum = [" electrum" ]
5454test-md-docs = [" base64" , " electrum" ]
5555
5656[dev-dependencies ]
57- testutils = { path = " ./testutils" }
58- testutils-macros = { path = " ./testutils-macros" }
57+ magical- testutils = { version = " 0.1.0-beta.1 " , path = " ./testutils" }
58+ magical- testutils-macros = { version = " 0.1.0-beta.1 " , path = " ./testutils-macros" }
5959serial_test = " 0.4"
6060lazy_static = " 1.4"
6161rustyline = " 6.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " magical-macros"
3- version = " 0.1.0"
3+ version = " 0.1.0-beta.1 "
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55edition = " 2018"
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
99[dependencies ]
10- syn = { version = " 1.0" , features = [" parsing" ] }
10+ syn = { version = " 1.0" , features = [" parsing" , " full " ] }
1111proc-macro2 = " 1.0"
1212quote = " 1.0"
1313
Original file line number Diff line number Diff line change 11[package ]
2- name = " testutils-macros"
3- version = " 0.1.0"
2+ name = " magical- testutils-macros"
3+ version = " 0.1.0-beta.1 "
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55edition = " 2018"
66
7+ [lib ]
8+ proc-macro = true
9+ name = " testutils_macros"
10+
711# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812
913[dependencies ]
@@ -13,6 +17,3 @@ quote = "1.0"
1317
1418[features ]
1519debug = [" syn/extra-traits" ]
16-
17- [lib ]
18- proc-macro = true
Original file line number Diff line number Diff line change 11[package ]
2- name = " testutils"
3- version = " 0.1.0"
2+ name = " magical- testutils"
3+ version = " 0.1.0-beta.1 "
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55edition = " 2018"
66
7+ [lib ]
8+ name = " testutils"
9+
710# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
811
912# The latest bitcoincore-rpc depends on an older version of bitcoin, which in turns depends on an
You can’t perform that action at this time.
0 commit comments