-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cec4b9
commit e7b5e77
Showing
5 changed files
with
62 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# These dependencies are only required if you want to build the book | ||
|
||
[tools] | ||
|
||
# Cargo dependencies | ||
"cargo:mdbook" = "0.4.43" | ||
"cargo:mdbook-mermaid" = "0.14.1" | ||
|
||
[env] | ||
# On CI, when using the ci-builder image, we need to set the toolchain explicitly | ||
# so that we avoid the "rustup could not choose a version of cargo to run, because one wasn't specified explicitly" error | ||
RUSTUP_TOOLCHAIN = "1.83.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[tools] | ||
|
||
# Core dependencies | ||
go = "1.22.3" | ||
rust = "1.83.0" | ||
just = "1.37.0" | ||
|
||
# Go dependencies | ||
"ubi:goreleaser/goreleaser" = "2.5.1" | ||
|
||
# Foundry | ||
"ubi:foundry-rs/foundry[exe=forge]" = "nightly-59f354c179f4e7f6d7292acb3d068815c79286d1" | ||
|
||
# Foundry provides multiple binaries so we alias them here | ||
[alias] | ||
forge = "ubi:foundry-rs/foundry[exe=forge]" | ||
cast = "ubi:foundry-rs/foundry[exe=cast]" | ||
anvil = "ubi:foundry-rs/foundry[exe=anvil]" |