diff options
author | sterni <sternenseemann@systemli.org> | 2024-03-11T16·34+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-11T16·52+0000 |
commit | 4ec596c8f9cfb774b81685e8f1a56cc1b93bb950 (patch) | |
tree | 542ee9941f32695fe47fc9d684c1ce8ea3e7c65f /fun/paroxysm/Cargo.toml | |
parent | b40c4500a3d982a72f9fca62bc61c8bf74606b16 (diff) |
chore(fun/paroxysm): update deps and build against in tree crimp r/7682
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 <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'fun/paroxysm/Cargo.toml')
-rw-r--r-- | fun/paroxysm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/Cargo.toml b/fun/paroxysm/Cargo.toml index 4d282285fd97..7207f46c3085 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" |