firmware: fix revision of compiler_builtins for satman

This commit is contained in:
Chris Ballance 2017-05-13 15:12:53 +01:00
parent 170d2886fd
commit 0b6fb95deb
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ log = { version = "0.3", default-features = false }
[dependencies.compiler_builtins]
git = "https://github.com/rust-lang-nursery/compiler-builtins"
rev = "631b568"
features = ["mem"]