Skip to content

Commit

Permalink
chore: upgrade to deno_graph 0.60 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Nov 10, 2023
1 parent 66f6b20 commit e2af391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
anyhow = "1.0.44"
base64 = "0.13.0"
deno_ast = { version = "0.31.0", features = ["bundler", "codegen", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = "0.59.0"
deno_graph = "0.60.0"
escape8259 = "0.5.2"
futures = "0.3.17"
import_map = "0.15.0"
Expand Down

0 comments on commit e2af391

Please sign in to comment.