Print url of recorded PWM

This commit is contained in:
Fernando Jiménez Moreno 2017-12-07 18:41:20 +01:00
parent ff70c4426d
commit 983084470f
10 changed files with 45 additions and 9 deletions

2
Cargo.lock generated
View file

@ -1780,6 +1780,7 @@ dependencies = [
"profile_traits 0.0.1",
"script_traits 0.0.1",
"servo_config 0.0.1",
"servo_url 0.0.1",
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1795,6 +1796,7 @@ dependencies = [
"msg 0.0.1",
"net_traits 0.0.1",
"profile_traits 0.0.1",
"servo_url 0.0.1",
"style 0.0.1",
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
]