Skip to content

Commit

Permalink
update to real version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 20, 2024
1 parent 2dac4d4 commit 368ffa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ capacity_builder = "0.5.0"
data-url = "0.3.0"
deno_ast = { version = "0.44.0", features = ["dep_analysis", "emit"] }
deno_unsync.workspace = true
deno_semver = "0.6.1"
deno_semver = "0.7.0"
encoding_rs = "0.8.33"
futures = "0.3.26"
import_map = "0.20.0"
Expand Down Expand Up @@ -80,7 +80,3 @@ codegen-units = 1
incremental = true
lto = true
opt-level = "z"

[patch.crates-io]
#deno_semver = { git = "https://github.com/dsherret/deno_semver.git", branch = "perf_stack_strings" }
deno_semver = { path = "../deno_semver" }

0 comments on commit 368ffa1

Please sign in to comment.