Skip to content

Commit cd7753c

Browse files
committed
chore: bump cookbook
1 parent af4309a commit cd7753c

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 = "7ac7c6f07cfc564a4f3d41fd79abbbb8837b820c";
16+
const COOKBOOK_REF: &str = "b3036903e51723219a8da56e3894f198717ca379";
1717

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

0 commit comments

Comments
 (0)