@@ -33,11 +33,11 @@ tokio-postgres = { workspace = true, optional = true }
3333tiberius = { workspace = true , optional = true }
3434
3535[workspace .dependencies ]
36- canyon_crud = { version = " 0.3.1 " , path = " canyon_crud" }
37- canyon_connection = { version = " 0.3.1 " , path = " canyon_connection" }
38- canyon_entities = { version = " 0.3.1 " , path = " canyon_entities" }
39- canyon_migrations = { version = " 0.3.1 " , path = " canyon_migrations" }
40- canyon_macros = { version = " 0.3.1 " , path = " canyon_macros" }
36+ canyon_crud = { version = " 0.4.0 " , path = " canyon_crud" }
37+ canyon_connection = { version = " 0.4.0 " , path = " canyon_connection" }
38+ canyon_entities = { version = " 0.4.0 " , path = " canyon_entities" }
39+ canyon_migrations = { version = " 0.4.0 " , path = " canyon_migrations" }
40+ canyon_macros = { version = " 0.4.0 " , path = " canyon_macros" }
4141
4242tokio = { version = " 1.27.0" , features = [" full" ] }
4343tokio-util = { version = " 0.7.4" , features = [" compat" ] }
@@ -61,7 +61,7 @@ quote = "1.0.9"
6161proc-macro2 = " 1.0.27"
6262
6363[workspace .package ]
64- version = " 0.3.1 "
64+ version = " 0.4.0 "
6565edition = " 2021"
6666authors = [" Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto Musi<gonzalo.busto@gmail.com>" ]
6767documentation = " https://zerodaycode.github.io/canyon-book/"
0 commit comments