From 473077ad254119f3370840637041a1df4ca7c6e3 Mon Sep 17 00:00:00 2001 From: Noah Sprenger <69169402+NoahSprenger@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:06:41 -0400 Subject: [PATCH] Argus update (#3) * Update boards, timestamp, and sender to node. * Remove proptest. * Update attributes. * :( * ? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1ff90d..b766599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bitflags = { version = "2.3.1", features = ["serde"] } proptest = { version = "1.2.0", optional = true } proptest-derive = { version = "0.3.0", optional = true } messages-proc-macros-lib = { path = "messages-proc-macros-lib" } -chrono = {version = "0.4.0", features = ["serde", "arbitrary"], default-features = false} +chrono = {version = "0.4.0", features = ["serde"], default-features = false} [dev-dependencies] proptest = "1.2.0"