Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1182 from mozilla-services/feat/issue-1181
Browse files Browse the repository at this point in the history
feat: refactor client state machine
  • Loading branch information
bbangert authored Apr 23, 2018
2 parents b9cc703 + 8649637 commit c9c4a80
Show file tree
Hide file tree
Showing 7 changed files with 1,016 additions and 678 deletions.
139 changes: 139 additions & 0 deletions autopush_rs/Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions autopush_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ slog-term = "2.3.0"
slog-json = "2.2.0"
slog-scope = "4.0.1"
slog-stdlog = "3.0.2"
# state_machine_future = { version = "0.1.6", features = ["debug_code_generation"] }
state_machine_future = "0.1.6"
time = "0.1.39"
tokio-core = "0.1.16"
tokio-io = "0.1.6"
Expand Down
Loading

0 comments on commit c9c4a80

Please sign in to comment.