Skip to content

Commit

Permalink
chore: update string_capacity to capacity_builder (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Dec 9, 2024
1 parent 9b8a7cd commit 4dff5d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ harness = false
[dependencies]
anyhow = "1.0.43"
async-trait = "0.1.68"
string_capacity = "0.1.3"
capacity_builder = "0.1.0"
data-url = "0.3.0"
deno_ast = { version = "0.44.0", features = ["dep_analysis", "emit"] }
deno_unsync.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/source/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2024 the Deno authors. MIT license.

use capacity_builder::StringBuilder;
use indexmap::IndexSet;
use string_capacity::StringBuilder;
use wasm_dep_analyzer::ValueType;

pub fn wasm_module_to_dts(
Expand Down

0 comments on commit 4dff5d9

Please sign in to comment.