mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-24 12:34:20 +00:00
Fix CI and examples
This commit is contained in:
parent
c7851112a5
commit
5ba40cf36c
11 changed files with 65 additions and 87 deletions
|
@ -1,14 +0,0 @@
|
|||
[package]
|
||||
name = "lazy-input"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5.6"
|
||||
dashmap = "5.4.0"
|
||||
eyre = "0.6.8"
|
||||
notify-debouncer-mini = "0.2.1"
|
||||
salsa = { path = "../../components/salsa-2022", package = "salsa-2022" }
|
||||
|
||||
[dev-dependencies]
|
||||
expect-test = "1.4.0"
|
|
@ -1,6 +1,6 @@
|
|||
use std::{path::PathBuf, sync::Mutex, time::Duration};
|
||||
|
||||
use crossbeam_channel::{unbounded, Sender};
|
||||
use crossbeam::channel::{unbounded, Sender};
|
||||
use dashmap::{mapref::entry::Entry, DashMap};
|
||||
use eyre::{eyre, Context, Report, Result};
|
||||
use notify_debouncer_mini::{
|
Loading…
Add table
Add a link
Reference in a new issue