Skip to content

Commit 27b6f27

Browse files
authored
Fix blog (#77)
The content changed and the hash changed. This caught a bug!
1 parent 139a8fe commit 27b6f27

File tree

1 file changed

+2
-2
lines changed
  • blog/2024-11-25-optimizing-matmul/snippets

1 file changed

+2
-2
lines changed

blog/2024-11-25-optimizing-matmul/snippets/party.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const RustIsomorphicGlam: React.FC = () => (
2727
export const RustIsomorphicDeps: React.FC = () => (
2828
<Snippet
2929
language="rust"
30-
lines="9-20"
31-
hash="72c14d7"
30+
lines="12-22"
31+
hash="476b902"
3232
className="text-xs"
3333
title="Cargo.toml"
3434
>

0 commit comments

Comments
 (0)