Fix CI and examples

This commit is contained in:
Matthijs Brobbel 2024-06-18 09:52:37 +02:00
parent c7851112a5
commit 5ba40cf36c
No known key found for this signature in database
GPG key ID: 551189F8515034D3
11 changed files with 65 additions and 87 deletions

View file

@ -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"

View file

@ -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::{