Skip to content

Commit fd61516

Browse files
author
bors-servo
authored
Auto merge of #43 - Eijebong:num-traits, r=mbrubeck
Update num-traits to 0.2 and bump version
2 parents 2302b57 + ddb4d9b commit fd61516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "app_units"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
description = "Servo app units type (Au)"
66
documentation = "https://docs.rs/app_units/"
77
repository = "https://github.com/servo/app_units"
88
license = "MPL-2.0"
99

1010
[dependencies]
11-
num-traits = "0.1.32"
11+
num-traits = "0.2"
1212
serde = "1.0"

0 commit comments

Comments
 (0)