Skip to content

Commit af4309a

Browse files
committed
feat: bump cookbook version
1 parent cfd0283 commit af4309a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/forge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::util::output;
1313

1414
const COOKBOOK_REPO: &str = "steel-dev/steel-cookbook";
1515
// To bump: run scripts/bump-cookbook.sh [<ref>] (defaults to upstream main).
16-
const COOKBOOK_REF: &str = "8fc2b7202e3adada392342d5f089c50c847358ce";
16+
const COOKBOOK_REF: &str = "7ac7c6f07cfc564a4f3d41fd79abbbb8837b820c";
1717

1818
#[derive(Parser)]
1919
pub struct Args {

0 commit comments

Comments
 (0)