Skip to content

Commit

Permalink
Require less strict speedy version (#114)
Browse files Browse the repository at this point in the history
### Checklist

* [x] I have read the [Contributor Guide](../../CONTRIBUTING.md)
* [x] I have read and agree to the [Code of
Conduct](../../CODE_OF_CONDUCT.md)
* [x] I have added a description of my changes and why I'd like them
included in the section below

### Description of Changes

Due to some internal dependency clashes, I want to downgrade the minimum
requirement of the `speedy` dependency. Any top-level user can still
specify to use 0.8.6 as that is a non-breaking change.
  • Loading branch information
maxded authored Mar 29, 2023
1 parent 6fbe002 commit 39c2d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mirror-mirror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.4" }
once_cell = { version = "1.16", features = ["alloc", "race", "critical-section"], default-features = false }
ordered-float = { version = "3.4.0", default-features = false }
serde = { version = "1.0.158", default-features = false, features = ["derive", "alloc"], optional = true }
speedy = { version = "0.8.6", optional = true }
speedy = { version = "0.8.5", optional = true }
syn = { version = "2.0", features = ["full", "parsing"], optional = true }
glam = { version = "0.22", optional = true }
macaw = { version = "0.18", optional = true }
Expand Down

0 comments on commit 39c2d02

Please sign in to comment.