Skip to content

Commit

Permalink
Fix #500
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtHome12 committed Mar 24, 2023
1 parent 860d160 commit 8498704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "euclid"
version = "0.22.8"
version = "0.22.9"
authors = ["The Servo Project Developers"]
edition = "2018"
edition = "2021"
description = "Geometry primitives"
documentation = "https://docs.rs/euclid/"
repository = "https://github.com/servo/euclid"
Expand All @@ -17,7 +17,7 @@ std = ["num-traits/std"]
libm = ["num-traits/libm"]

[dependencies]
num-traits = { version = "0.2.10", default-features = false }
num-traits = { version = "0.2.15", default-features = false }
serde = { version = "1.0", default-features = false, features = ["serde_derive"], optional = true }
mint = {version = "0.5.1", optional = true}
arbitrary = { version = "1", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 8498704

Please sign in to comment.