2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

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

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"]