File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 - name : Install Rust
3232 uses : dtolnay/rust-toolchain@stable
3333 with :
34- toolchain : 1.81
34+ toolchain : 1.85
3535
3636 - name : Install dependencies
3737 run : |
@@ -68,12 +68,12 @@ jobs:
6868 - name : Install Rust
6969 uses : dtolnay/rust-toolchain@stable
7070 with :
71- toolchain : 1.81
71+ toolchain : 1.85
7272 targets : ${{ matrix.config.target }}
7373 - name : Install Spin
7474 uses : rajatjindal/setup-actions/spin@main
7575 with :
76- version : " v0.8 .0"
76+ version : " v3.3 .0"
7777 - name : Install pluginify
7878 shell : bash
7979 run : spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes
@@ -109,7 +109,7 @@ jobs:
109109 - name : Install Spin
110110 uses : rajatjindal/setup-actions/spin@main
111111 with :
112- version : " v2.0 .0"
112+ version : " v3.3 .0"
113113 - name : Install pluginify
114114 shell : bash
115115 run : spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type Command = FactorsTriggerCommand<CommandTrigger, FactorsBuilder>;
77
88#[ tokio:: main]
99async fn main ( ) -> anyhow:: Result < ( ) > {
10- let _telemetry_guard = spin_telemetry:: init ( build_info ( ) ) ?;
10+ spin_telemetry:: init ( build_info ( ) ) ?;
1111
1212 let t = Command :: parse ( ) ;
1313 t. run ( ) . await
You can’t perform that action at this time.
0 commit comments