File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
1111
1212[package ]
1313name = " macro_magic"
14- version = " 0.5.1 "
14+ version = " 0.6.0 "
1515edition = " 2024"
1616authors = [" sam0x17" ]
1717license = " MIT"
@@ -25,8 +25,8 @@ description = "Allows the exporting and importing of the tokens of items across
2525all-features = true
2626
2727[dependencies ]
28- macro_magic_macros = { version = " 0.5.1 " , path = " macros" }
29- macro_magic_core = { version = " 0.5.1 " , path = " core" , optional = true }
28+ macro_magic_macros = { version = " 0.6.0 " , path = " macros" }
29+ macro_magic_core = { version = " 0.6.0 " , path = " core" , optional = true }
3030syn = { version = " 2" , features = [" full" ], optional = true }
3131quote = { version = " 1" , optional = true }
3232
Original file line number Diff line number Diff line change 11[package ]
22name = " macro_magic_core"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44edition = " 2024"
55description = " Core implementation behind macro_magic"
66repository = " https://github.com/sam0x17/macro_magic"
@@ -15,7 +15,7 @@ quote = "1"
1515syn = { version = " 2" , features = [" full" ] }
1616derive-syn-parse = " 0.2"
1717proc-macro2 = " 1"
18- macro_magic_core_macros = { version = " 0.5.1 " , path = " ../core_macros" }
18+ macro_magic_core_macros = { version = " 0.6.0 " , path = " ../core_macros" }
1919const-random = " 0.1.15"
2020
2121[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " macro_magic_core_macros"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44edition = " 2024"
55description = " Support macros for macro_magic_core"
66repository = " https://github.com/sam0x17/macro_magic"
Original file line number Diff line number Diff line change 11[package ]
22name = " macro_magic_macros"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44edition = " 2024"
55description = " Proc-macro sub-crate for macro_magic"
66repository = " https://github.com/sam0x17/macro_magic"
@@ -18,4 +18,4 @@ proc-macro = true
1818[dependencies ]
1919quote = " 1"
2020syn = { version = " 2" , features = [" full" ] }
21- macro_magic_core = { version = " 0.5.1 " , path = " ../core" }
21+ macro_magic_core = { version = " 0.6.0 " , path = " ../core" }
You can’t perform that action at this time.
0 commit comments