fix(server): Use thread::spawn instead of thread::scoped.

This commit is contained in:
Jonathan Reem
2015-04-15 12:32:16 -07:00
parent eab8fcd081
commit e864956734
3 changed files with 28 additions and 30 deletions

View File

@@ -6,8 +6,8 @@ cache:
- target
script:
- cargo build
- cargo test
- cargo build --features nightly
- cargo test --features nightly
- cargo bench --features nightly
after_success: |