We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4309a commit cd7753cCopy full SHA for cd7753c
1 file changed
src/commands/forge.rs
@@ -13,7 +13,7 @@ use crate::util::output;
13
14
const COOKBOOK_REPO: &str = "steel-dev/steel-cookbook";
15
// To bump: run scripts/bump-cookbook.sh [<ref>] (defaults to upstream main).
16
-const COOKBOOK_REF: &str = "7ac7c6f07cfc564a4f3d41fd79abbbb8837b820c";
+const COOKBOOK_REF: &str = "b3036903e51723219a8da56e3894f198717ca379";
17
18
#[derive(Parser)]
19
pub struct Args {
0 commit comments