refactor(build): generate revision via build.rs

This commit is contained in:
OJ Kwon 2018-03-19 13:44:51 -07:00
parent 0671fcb5c7
commit f9230975f5
No known key found for this signature in database
GPG key ID: 2E469434030C7F09
4 changed files with 70 additions and 32 deletions

1
Cargo.lock generated
View file

@ -431,6 +431,7 @@ dependencies = [
"servo_url 0.0.1",
"style_traits 0.0.1",
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.57.0 (git+https://github.com/servo/webrender)",
"webrender_api 0.57.0 (git+https://github.com/servo/webrender)",
]