Skip to content

Commit

Permalink
Merge branch 'swaystar123/bytes-splicing' of https://github.com/FuelL…
Browse files Browse the repository at this point in the history
…abs/sway into swaystar123/bytes-splicing
  • Loading branch information
SwayStar123 committed Jan 21, 2025
2 parents 7940ea2 + b0e1bf1 commit 583deff
Show file tree
Hide file tree
Showing 193 changed files with 6,647 additions and 1,944 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
cargo install --locked --debug --path ./forc-plugins/forc-doc
cargo install --locked --debug --path ./forc-plugins/forc-tx
cargo install --locked --debug --path ./forc-plugins/forc-crypto
cargo install --locked --debug --path ./forc-plugins/forc-migrate
cargo install --locked --debug forc-explore
- name: Install mdbook-forc-documenter
run: cargo install --locked --debug --path ./scripts/mdbook-forc-documenter
Expand Down
85 changes: 47 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [
"forc-plugins/forc-doc",
"forc-plugins/forc-fmt",
"forc-plugins/forc-lsp",
"forc-plugins/forc-migrate",
"forc-plugins/forc-tx",
"forc-test",
"forc-tracing",
Expand Down Expand Up @@ -193,6 +194,7 @@ revm = "14.0"
ropey = "1.5"
rpassword = "7.2"
rustc-hash = "1.1"
rustyline = "15.0"
semver = "1.0"
serde = "1.0"
serde_ignored = "0.1"
Expand All @@ -202,7 +204,6 @@ serde_yaml = "0.9"
serial_test = "3.0"
sha2 = "0.10"
sha3 = "0.10"
shellfish = "0.9"
slotmap = "1.0"
smallvec = "1.7"
strsim = "0.11"
Expand Down
7 changes: 6 additions & 1 deletion docs/book/spell-check-custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,9 @@ fmt
deallocated
deallocate
destructors
destructor
destructor
semiautomatically
FuelLabs
github
toml
hardcoded
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@
- [forc explore](./forc/plugins/forc_explore.md)
- [forc fmt](./forc/plugins/forc_fmt.md)
- [forc lsp](./forc/plugins/forc_lsp.md)
- [forc migrate](./forc/plugins/forc_migrate.md)
1 change: 1 addition & 0 deletions docs/book/src/forc/plugins/forc_migrate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# forc migrate
Loading

0 comments on commit 583deff

Please sign in to comment.