Skip to content

Commit

Permalink
Update spade requirement from =2.10 to =2.12
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: spade
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 13ef53e commit 52eafb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ glam = { version = "0.27", features = ["approx"] }
smallvec = { version = "1.13", features = ["union", "const_generics"] }
bvh2d = { version = "0.5", git = "https://github.com/mockersf/bvh2d" }
serde = { version = "1.0", features = ["derive"], optional = true }
spade = "=2.10"
spade = "=2.12"
geo = "0.28.0"
log = "0.4"
thiserror = "1"
Expand Down

0 comments on commit 52eafb7

Please sign in to comment.