From 4ec596c8f9cfb774b81685e8f1a56cc1b93bb950 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 11 Mar 2024 17:34:58 +0100 Subject: chore(fun/paroxysm): update deps and build against in tree crimp To achieve this we switch to crate2nix which also requires us to run `cargo update` before the switch. Change-Id: I8c19a51f90f344e80064e70a4a2799d1c6db62ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/11134 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: tazjin --- fun/paroxysm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fun/paroxysm/Cargo.toml') diff --git a/fun/paroxysm/Cargo.toml b/fun/paroxysm/Cargo.toml index 4d282285fd..7207f46c30 100644 --- a/fun/paroxysm/Cargo.toml +++ b/fun/paroxysm/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] chrono = "0.4" config = "0.9" -crimp = "0.2" +crimp = { path = "../../net/crimp" } env_logger = "0.7" failure = "0.1" irc = "0.13" -- cgit 1.4.1