Skip to content

Commit

Permalink
Update log_buffer.
Browse files Browse the repository at this point in the history
Closes #986.
  • Loading branch information
whitequark committed May 6, 2018
1 parent a4fd9ad commit 9589dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions artiq/firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion artiq/firmware/liblogger_artiq/Cargo.toml
Expand Up @@ -9,5 +9,5 @@ path = "lib.rs"

[dependencies]
log = { version = "0.3", default-features = false, features = [] }
log_buffer = { version = "1.0" }
log_buffer = { version = "1.2", git = "https://github.com/whitequark/rust-log_buffer", rev = "rust-1.25" }
board = { path = "../libboard" }

0 comments on commit 9589dec

Please sign in to comment.