2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

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

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