Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jun 5, 2024
1 parent a1e562f commit cf97e3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ thiserror = "1.0"

[dev-dependencies]
clap = { version = "4.4", features = ["derive"] }
criterion = "0.5"
test-case = "3.3"

[build-dependencies]
Expand All @@ -67,7 +66,3 @@ getrandom = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true }
serde-wasm-bindgen = { version = "0.4", optional = true }
wasm-bindgen = { version = "0.2", optional = true }

[[bench]]
name = "resolve"
harness = false
59 changes: 0 additions & 59 deletions benches/resolve.rs

This file was deleted.

6 changes: 0 additions & 6 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ fn build_node_release_schedule() -> Result<()> {
}

fn build_caniuse_global() -> Result<()> {
#[derive(Serialize)]
struct BrowserStat {
name: String,
version_list: Vec<VersionDetail>,
}

let out_dir = env::var("OUT_DIR")?;

let data = parse_caniuse_global()?;
Expand Down

0 comments on commit cf97e3a

Please sign in to comment.