File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313313 - name : Install Rust
314314 uses : dtolnay/rust-toolchain@master
315315 with :
316- toolchain : nightly-2025-08-08
316+ toolchain : nightly-2025-10-01
317317 components : clippy, rustfmt
318318
319319 - name : Load cache
Original file line number Diff line number Diff line change 3131 - name : Install Rust
3232 uses : dtolnay/rust-toolchain@master
3333 with :
34- toolchain : nightly-2025-08-08
34+ toolchain : nightly-2025-10-01
3535
3636 - name : Install Node.js
3737 uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 1414// limitations under the License.
1515
1616#![ doc = include_str ! ( "../README.md" ) ]
17- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
17+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1818#![ cfg_attr( target_family = "wasm" , allow( clippy:: arc_with_non_send_sync) ) ]
1919#![ warn( missing_docs, missing_debug_implementations) ]
2020
Original file line number Diff line number Diff line change 1414// limitations under the License.
1515
1616#![ doc = include_str ! ( "../README.md" ) ]
17- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
17+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1818#![ warn( missing_docs, missing_debug_implementations) ]
1919#![ cfg_attr( target_family = "wasm" , allow( clippy:: arc_with_non_send_sync) ) ]
2020
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515#![ doc = include_str ! ( "../README.md" ) ]
16- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
16+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1717#![ warn( missing_debug_implementations, missing_docs) ]
1818
1919mod error;
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515#![ cfg_attr( target_family = "wasm" , allow( clippy:: arc_with_non_send_sync) ) ]
16- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
16+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1717
1818pub use eyeball_im;
1919use ruma:: html:: HtmlSanitizerMode ;
Original file line number Diff line number Diff line change 1616#![ doc = include_str ! ( "../README.md" ) ]
1717#![ warn( missing_debug_implementations, missing_docs) ]
1818#![ cfg_attr( target_family = "wasm" , allow( clippy:: arc_with_non_send_sync) ) ]
19- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
19+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2020
2121pub use async_trait:: async_trait;
2222pub use bytes;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use release::ReleaseArgs;
1717use swift:: SwiftArgs ;
1818use xshell:: { Shell , cmd} ;
1919
20- const NIGHTLY : & str = "nightly-2025-08-08 " ;
20+ const NIGHTLY : & str = "nightly-2025-10-01 " ;
2121
2222type Result < T , E = Box < dyn std:: error:: Error > > = std:: result:: Result < T , E > ;
2323
You can’t perform that action at this time.
0 commit comments