Skip to content

Commit

Permalink
Bump crossbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored and spacedragon committed Feb 2, 2021
1 parent c54ca6c commit c00a465
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
47 changes: 20 additions & 27 deletions 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 rust-code-analysis-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "rust-code-analysis-cli"
actix-rt = "^1.0"
actix-web = "^3.2"
clap = "^2.33"
crossbeam = "^0.7"
crossbeam = "^0.8"
futures = "^0.3"
globset = "^0.4"
num_cpus = "^1.13"
Expand Down
3 changes: 1 addition & 2 deletions rust-code-analysis-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ mod formats;
mod web;

use clap::{App, Arg};
use crossbeam::channel::{Receiver, Sender};
use crossbeam::crossbeam_channel::unbounded;
use crossbeam::channel::{unbounded, Receiver, Sender};
use globset::{Glob, GlobSet, GlobSetBuilder};
use std::collections::{hash_map, HashMap};
use std::fmt;
Expand Down

0 comments on commit c00a465

Please sign in to comment.