diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-09-07 12:36:56 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-09-08 00:37:25 -0700 |
commit | 489bbb849a81c07d942e79c79b45b9213b889e2c (patch) | |
tree | 9fdd5a5a001382069de1999364d090e2e9ec8dc9 /components/style/Cargo.toml | |
parent | 812cac78f0f4dba6063ba31d79b24667c5782b13 (diff) | |
download | servo-489bbb849a81c07d942e79c79b45b9213b889e2c.tar.gz servo-489bbb849a81c07d942e79c79b45b9213b889e2c.zip |
Bump app_units; use from_f64_au
Diffstat (limited to 'components/style/Cargo.toml')
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index b97002f3c4d..196fccf4778 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -29,7 +29,7 @@ servo = ["serde", "heapsize", "heapsize_derive", gecko_debug = ["nsstring_vendor/gecko_debug"] [dependencies] -app_units = "0.5.3" +app_units = "0.5.5" arrayvec = "0.3.20" arraydeque = "0.2.3" atomic_refcell = "0.1" |