Merge pull request #734 from cjbe/satman_compiler_builtins_rev

firmware: fix revision of compiler_builtins for satman
This commit is contained in:
whitequark 2017-05-13 19:16:53 +00:00 committed by GitHub
commit edef51c6b6
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"]