Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 31, 2024
1 parent 5da3de2 commit 52de208
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 12 additions & 8 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ members = [
[workspace.dependencies]
anyhow = "1.0.44"
base64 = "0.21.5"
deno_graph = { version = "0.80.1", default-features = false }
deno_ast = { version = "0.40.0", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { version = "0.81.0", default-features = false }
deno_ast = { version = "0.41.2", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
url = { version = "2.3.1" }

[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = "z"

[patch.crates-io]
deno_graph = { path = "../deno_graph" }
deno_ast = { path = "../deno_ast" }

0 comments on commit 52de208

Please sign in to comment.