File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " canyon_connection"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55documentation = " https://zerodaycode.github.io/canyon-book/"
66homepage = " https://github.com/zerodaycode/Canyon-SQL"
Original file line number Diff line number Diff line change 11[package ]
22name = " canyon_crud"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55documentation = " https://zerodaycode.github.io/canyon-book/"
66homepage = " https://github.com/zerodaycode/Canyon-SQL"
@@ -12,4 +12,4 @@ description = "A Rust ORM and QueryBuilder"
1212chrono = { version = " 0.4" , features = [" serde" ] }
1313async-trait = { version = " 0.1.50" }
1414
15- canyon_connection = { version = " 0.1.2 " , path = " ../canyon_connection" }
15+ canyon_connection = { version = " 0.2.0 " , path = " ../canyon_connection" }
Original file line number Diff line number Diff line change 11[package ]
22name = " canyon_macros"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55documentation = " https://zerodaycode.github.io/canyon-book/"
66homepage = " https://github.com/zerodaycode/Canyon-SQL"
@@ -18,6 +18,6 @@ proc-macro2 = "1.0.27"
1818futures = " 0.3.21"
1919tokio = { version = " 1.9.0" , features = [" full" ] }
2020
21- canyon_observer = { version = " 0.1.2 " , path = " ../canyon_observer" }
22- canyon_crud = { version = " 0.1.2 " , path = " ../canyon_crud" }
23- canyon_connection = { version = " 0.1.2 " , path = " ../canyon_connection" }
21+ canyon_observer = { version = " 0.2.0 " , path = " ../canyon_observer" }
22+ canyon_crud = { version = " 0.2.0 " , path = " ../canyon_crud" }
23+ canyon_connection = { version = " 0.2.0 " , path = " ../canyon_connection" }
Original file line number Diff line number Diff line change 11[package ]
22name = " canyon_observer"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55documentation = " https://zerodaycode.github.io/canyon-book/"
66homepage = " https://github.com/zerodaycode/Canyon-SQL"
@@ -23,5 +23,5 @@ quote = "1.0.9"
2323partialdebug = " 0.2.0"
2424
2525# Internal dependencies
26- canyon_crud = { version = " 0.1.2 " , path = " ../canyon_crud" }
27- canyon_connection = { version = " 0.1.2 " , path = " ../canyon_connection" }
26+ canyon_crud = { version = " 0.2.0 " , path = " ../canyon_crud" }
27+ canyon_connection = { version = " 0.2.0 " , path = " ../canyon_connection" }
Original file line number Diff line number Diff line change 11[package ]
22name = " canyon_sql"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55authors = [" Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto<gbm25@gmail.com>" ]
66documentation = " https://zerodaycode.github.io/canyon-book/"
@@ -13,7 +13,7 @@ description = "A Rust ORM and QueryBuilder"
1313async-trait = { version = " 0.1.50" }
1414
1515# Project crates
16- canyon_macros = { version = " 0.1.2 " , path = " ../canyon_macros" }
17- canyon_observer = { version = " 0.1.2 " , path = " ../canyon_observer" }
18- canyon_crud = { version = " 0.1.2 " , path = " ../canyon_crud" }
19- canyon_connection = { version = " 0.1.2 " , path = " ../canyon_connection" }
16+ canyon_macros = { version = " 0.2.0 " , path = " ../canyon_macros" }
17+ canyon_observer = { version = " 0.2.0 " , path = " ../canyon_observer" }
18+ canyon_crud = { version = " 0.2.0 " , path = " ../canyon_crud" }
19+ canyon_connection = { version = " 0.2.0 " , path = " ../canyon_connection" }
Original file line number Diff line number Diff line change 11[package ]
22name = " tests"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2021"
55publish = false
66
You can’t perform that action at this time.
0 commit comments