Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jul 9, 2024
1 parent 82a25ba commit 3dd51b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 11,8 @@ repository = "https://github.com/denoland/deno_doc"
members = ["lib"]

[workspace.dependencies]
deno_graph = { version = "0.79.0", default-features = false, features = ["symbols"], git = "https://github.com/bartlomieju/deno_graph", branch = "upgrade_swc_crates" }
deno_ast = { version = "0.39.2", git = "https://github.com/bartlomieju/deno_ast", branch = "bump_swc_crates" }
deno_graph = { version = "0.80.0", default-features = false, features = ["symbols"] }
deno_ast = { version = "0.40.0" }
import_map = "0.20.0"
serde = { version = "1.0.140", features = ["derive"] }

Expand Down

0 comments on commit 3dd51b3

Please sign in to comment.