File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
registry-token : ${{ secrets.CRATES_IO_TOKEN }}
30
30
publish-delay : 15000
31
+ args : --all-features
31
32
32
33
release-publisher :
33
34
needs : ' publish'
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ tokio-postgres = { workspace = true, optional = true }
25
25
tiberius = { workspace = true , optional = true }
26
26
27
27
[workspace .dependencies ]
28
- canyon_crud = { version = " 0.3.0 " , path = " canyon_crud" }
29
- canyon_connection = { version = " 0.3.0 " , path = " canyon_connection" }
30
- canyon_observer = { version = " 0.3.0 " , path = " canyon_observer" }
31
- canyon_macros = { version = " 0.3.0 " , path = " canyon_macros" }
28
+ canyon_crud = { version = " 0.3.1 " , path = " canyon_crud" }
29
+ canyon_connection = { version = " 0.3.1 " , path = " canyon_connection" }
30
+ canyon_observer = { version = " 0.3.1 " , path = " canyon_observer" }
31
+ canyon_macros = { version = " 0.3.1 " , path = " canyon_macros" }
32
32
33
33
tokio = { version = " 1.27.0" , features = [" full" ] }
34
34
tokio-util = { version = " 0.7.4" , features = [" compat" ] }
@@ -51,7 +51,7 @@ quote = "1.0.9"
51
51
proc-macro2 = " 1.0.27"
52
52
53
53
[workspace .package ]
54
- version = " 0.3.0 "
54
+ version = " 0.3.1 "
55
55
edition = " 2021"
56
56
authors = [" Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto<gbm25@gmail.com>" ]
57
57
documentation = " https://zerodaycode.github.io/canyon-book/"
You can’t perform that action at this time.
0 commit comments