Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/pidgin-extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python = [
anyhow = { workspace = true, optional = true }
# Pinned exact to match the throwaway/deno-hello spike. Optional + gated behind
# the `deno` feature so the workspace never pulls V8 by default.
deno_core = { version = "=0.408.0", optional = true }
deno_core = { version = "=0.409.0", optional = true }
# TypeScript -> JavaScript transpile (type-stripping), mirroring what jiti does
# at runtime for pi's `.ts` extensions. Same exact pin as the spike.
deno_ast = { version = "=0.53.3", features = ["transpiling"], optional = true }
Expand Down
Loading