Skip to content

Commit 1935661

Browse files
authored
update to latest polkadot-sdk master (#363)
Signed-off-by: Alexandru Gheorghe <[email protected]> Signed-off-by: alindima <[email protected]>
1 parent f3d9fdd commit 1935661

File tree

11 files changed

+489
-513
lines changed

11 files changed

+489
-513
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install -y clang libclang-dev
4343
- name: Build documentation
44-
run: cargo doc --workspace --all-features --no-deps --document-private-items
44+
run: cargo +nightly doc --workspace --all-features --no-deps --document-private-items
4545
env:
4646
RUSTDOCFLAGS: --cfg docsrs -D warnings --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options
4747
- name: Deploy documentation

0 commit comments

Comments
 (0)