Skip to content

Commit

Permalink
chore: remove once_cell dependency
Browse files Browse the repository at this point in the history
This was added to the [standard library](https://doc.rust-lang.org/std/cell/struct.OnceCell.html)
in Rust 1.70
  • Loading branch information
jwong101 committed Jun 18, 2024
1 parent 7716534 commit 1fbaefa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ serde_yaml = "0.9.34"
petgraph = "0.6.4"
pretty_assertions = "1.4.0"
indexmap = { version = "2.2.6", features = ["std"] }
once_cell = "1.19.0"
regex = "1.10.4"
rustc-hash = "2.0.0"
smallvec = { version = "1.13.2", features = ["union", "const_new"] }
Expand Down

0 comments on commit 1fbaefa

Please sign in to comment.