We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2302b57 + ddb4d9b commit fd61516Copy full SHA for fd61516
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "app_units"
3
-version = "0.6.1"
+version = "0.7.0"
4
authors = ["The Servo Project Developers"]
5
description = "Servo app units type (Au)"
6
documentation = "https://docs.rs/app_units/"
7
repository = "https://github.com/servo/app_units"
8
license = "MPL-2.0"
9
10
[dependencies]
11
-num-traits = "0.1.32"
+num-traits = "0.2"
12
serde = "1.0"
0 commit comments