Skip to content

Commit

Permalink
ci: 🐝 update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Jul 25, 2024
1 parent b9f3d37 commit fd929bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.73"
description = "Markdown processing"

[lib]
crate_type = ["cdylib"]
crate-type = ["cdylib"]

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion lib/parsedown.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// deno-fmt-ignore-file
/// <reference types="./parsedown.generated.d.ts" />

// source-hash: 2b57a7db516cd2779b8b062ba8544d61c9d51458
// source-hash: 822eab45d97c033ea2aa121a433dee7c83c6b6b4
let wasm;

const heap = new Array(128).fill(undefined);
Expand Down

0 comments on commit fd929bf

Please sign in to comment.