We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd0283 commit af4309aCopy full SHA for af4309a
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 = "8fc2b7202e3adada392342d5f089c50c847358ce";
+const COOKBOOK_REF: &str = "7ac7c6f07cfc564a4f3d41fd79abbbb8837b820c";
17
18
#[derive(Parser)]
19
pub struct Args {
0 commit comments