Skip to content

Commit

Permalink
Remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 20, 2024
1 parent 8f84752 commit b20aabe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 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 = { workspace = true }
base64 = { workspace = true }
deno_ast = { version = "0.33.3", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { version = "0.68.0", default-features = true }
deno_graph = { version = "0.68.0", default-features = false }
escape8259 = "0.5.2"
futures = "0.3.17"
import_map = "0.18.1"
Expand Down

0 comments on commit b20aabe

Please sign in to comment.