Skip to content

Commit

Permalink
chore: update nightly docs (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 23, 2024
1 parent 8b94313 commit 3fc94cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nightly/builds/sway
Submodule sway updated 797 files
2 changes: 1 addition & 1 deletion docs/nightly/sway
Submodule sway updated 51 files
+25 −3 .github/workflows/ci.yml
+31 −31 Cargo.lock
+0 −2 docs/book/spell-check-custom-words.txt
+0 −1 docs/book/src/SUMMARY.md
+2 −1 docs/book/src/examples/index.md
+0 −9 docs/book/src/examples/subcurrency.md
+1 −1 docs/book/src/sway-program-types/smart_contracts.md
+1 −1 docs/reference/src/documentation/introduction/installation/cargo.md
+2 −2 docs/reference/src/documentation/introduction/installation/index.md
+1 −1 docs/reference/src/documentation/introduction/installation/source.md
+1 −1 docs/reference/src/index.md
+0 −5 examples/Forc.lock
+0 −1 examples/Forc.toml
+0 −8 examples/subcurrency/Forc.toml
+0 −111 examples/subcurrency/src/main.sw
+7 −7 forc-pkg/Cargo.toml
+6 −4 forc-pkg/src/lock.rs
+14 −8 forc-pkg/src/manifest.rs
+9 −9 forc-plugins/forc-client/Cargo.toml
+3 −3 forc-plugins/forc-crypto/Cargo.toml
+1 −1 forc-plugins/forc-debug/Cargo.toml
+8 −8 forc-plugins/forc-doc/Cargo.toml
+3 −4 forc-plugins/forc-doc/src/doc/mod.rs
+7 −7 forc-plugins/forc-fmt/Cargo.toml
+2 −2 forc-plugins/forc-lsp/Cargo.toml
+2 −2 forc-plugins/forc-tx/Cargo.toml
+4 −4 forc-test/Cargo.toml
+1 −1 forc-tracing/Cargo.toml
+6 −6 forc-util/Cargo.toml
+9 −9 forc/Cargo.toml
+4 −2 forc/src/cli/plugin.rs
+3 −3 sway-ast/Cargo.toml
+7 −7 sway-core/Cargo.toml
+7 −2 sway-core/src/asm_generation/fuel/optimizations.rs
+7 −7 sway-core/src/semantic_analysis/ast_node/expression/match_expression/typed/matcher.rs
+3 −2 sway-core/src/semantic_analysis/ast_node/expression/match_expression/typed/typed_scrutinee.rs
+4 −6 sway-core/src/type_system/id.rs
+2 −2 sway-error/Cargo.toml
+4 −4 sway-ir/Cargo.toml
+4 −4 sway-ir/src/optimize/mem2reg.rs
+1 −1 sway-ir/sway-ir-macros/Cargo.toml
+11 −11 sway-lsp/Cargo.toml
+3 −4 sway-lsp/src/capabilities/rename.rs
+2 −4 sway-lsp/src/utils/debug.rs
+4 −2 sway-lsp/src/utils/markdown.rs
+4 −4 sway-parse/Cargo.toml
+2 −2 sway-types/Cargo.toml
+1 −1 sway-utils/Cargo.toml
+11 −7 sway-utils/src/helpers.rs
+8 −8 swayfmt/Cargo.toml
+23 −22 test/src/ir_generation/mod.rs

0 comments on commit 3fc94cf

Please sign in to comment.