Skip to content

Commit 2d16acc

Browse files
authored
chore: Remove unused assert_matches dependency
galileo-map#234
1 parent 1426427 commit 2d16acc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ clippy.unwrap_used = "warn"
4242
ahash = "0.8"
4343
anyhow = "1"
4444
approx = "0.5"
45-
assert_matches = "1.5"
4645
async-trait = "0.1"
4746
base64 = "0.21"
4847
bincode = "2.0.0-rc.3"

galileo/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ winit = { workspace = true, default-features = true, features = ["rwh_06"], opti
5353
[dev-dependencies]
5454
anyhow = { workspace = true }
5555
approx = { workspace = true }
56-
assert_matches = { workspace = true }
5756
bincode = { workspace = true, features = ["serde"] }
5857
csv = { workspace = true }
5958
eframe = { workspace = true }

0 commit comments

Comments
 (0)