File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
name : Release Job
26
26
timeout-minutes : 20
27
27
runs-on : ubuntu-latest
28
+ env :
29
+ RUST_BACKTRACE : 1
30
+ RUST_LOG : " debug"
28
31
steps :
29
32
# https://github.com/orgs/community/discussions/25305#discussioncomment-8256560
30
33
# Unfortunately branch protection means that this workflow can't push the updated changelogs
Original file line number Diff line number Diff line change @@ -58,8 +58,9 @@ tracing = "0.1.37"
58
58
variadics = { path = " ../variadics" , version = " ^0.0.9" }
59
59
web-time = " 1.0.0"
60
60
61
- # added to workaround `cargo smart-release` https://github.com/Byron/cargo-smart-release/issues/16
61
+ # added to workaround `cargo smart-release` https://github.com/Byron/cargo-smart-release/issues/36
62
62
multiplatform_test = { path = " ../multiplatform_test" , version = " ^0.5.0" , optional = true }
63
+ include_mdtests = { path = " ../include_mdtests" , version = " ^0.0.0" , optional = true }
63
64
64
65
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
65
66
tokio = { version = " 1.29.0" , features = [ " full" ] }
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ workspace = true
14
14
[lib ]
15
15
proc-macro = true
16
16
17
+ [package .metadata .docs .rs ]
18
+ all-features = true
19
+
17
20
[dependencies ]
18
21
syn = { version = " 2.0.46" , features = [ " parsing" ] }
19
22
proc-macro2 = " 1.0.74"
You can’t perform that action at this time.
0 commit comments